ValidationStatus - Schema Documentation - V4.5.Revision
Documents generated: 4/9/2021

Table of Contents

top

Schema Document Properties

Target Namespace http://cufxstandards.com/v4/ValidationStatus.xsd
Version 4.5.Revision
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
Default namespace http://cufxstandards.com/v4/ValidationStatus.xsd
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema targetNamespace="http://cufxstandards.com/v4/ValidationStatus.xsd" version="4.5.$Revision$" elementFormDefault="qualified">
...
</xs:schema>
top

Global Declarations

Element: validationStatus

Name validationStatus
Type ValidationStatus
Nillable no
Abstract no
Documentation Top level element for validation status. Use of ValidationStatus.xsd is depreciated. Alternate definition moved to SimpleValidationRequest.
JSON Instance Representation
"validationStatus" : ValidationStatus ,
Schema Component Representation
<xs:element name="validationStatus" type="ValidationStatus"/>
top

Global Definitions

Simple Type: ValidationStatus

Name ValidationStatus
Content
  • Base XSD Type: string
  • value comes from list: {'Pass'|'Fail'|'Indeterminate'|'Error'}
Documentation An enumeration defining possible results of a simple validation.
Schema Component Representation
<xs:simpleType name="ValidationStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Pass"/>
<xs:enumeration value="Fail"/>
<xs:enumeration value="Indeterminate"/>
<xs:enumeration value="Error"/>
</xs:restriction>
</xs:simpleType>
top