Definition Type: Attribute
Name: Target
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Default Production
Use Optional
Documentation:
Used to indicate whether the request is for the Test or Production system.
Collapse XSD Schema Diagram:
XSD Diagram of Target in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Target" use="optional" default="Production">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to indicate whether the request is for the Test or Production system.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Test" />
            <xs:enumeration value="Production" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Test
Enumeration Production