Definition Type: Attribute
Name: ImportanceType
Type: Unresolved link to stringlength1to161
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
An enumerated list, indicating the level of importance of the search criterion. Acceptable values are "Mandatory", "High", "Medium", or "Low."
Collapse XSD Schema Diagram:
XSD Diagram of ImportanceType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="ImportanceType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">An enumerated list, indicating the level of importance of the search criterion. Acceptable values are "Mandatory", "High", "Medium", or "Low."</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="StringLength1to16">
            <xs:enumeration value="Mandatory">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates the item is required.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="High">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates a high level of importance.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Medium">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates a medium level of importance.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Low">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates a low level of importance.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Mandatory
Enumeration High
Enumeration Medium
Enumeration Low
Collapse Derivation Tree:
  • Unresolved link to stringlength1to161
    • ImportanceType