Definition Type: Attribute
Name: type
Namespace: http://opentravel.org/common/message/v02
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA2_Message_v2.0.0.xsd
ContentType Restriction
Use Optional
Documentation:
The type of the target system to process this message that may be specified, e.g. a production or test system.
Collapse XSD Schema Diagram:
XSD Diagram of type in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="type" use="optional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The type of the target system to process this message that may be specified, e.g. a production or test system.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
            <xsd:enumeration value="Production" />
            <xsd:enumeration value="Test" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration Production
Enumeration Test