Definition Type: Attribute
Name: ValidationStatus
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Indicates if the address has been validated or not and if it has been successful or not.
Collapse XSD Schema Diagram:
XSD Diagram of ValidationStatus in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ValidationStatus" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates if the address has been validated or not and if it has been successful or not.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="SystemValidated">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates the address has been validated automatically.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="UserValidated">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates the address has been validated by the agent.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="NotChecked">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates the address has not been validated.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration SystemValidated
Enumeration UserValidated
Enumeration NotChecked