Definition Type: Element
Name: TargetSystem
Namespace: http://opentravel.org/common/message/v02
Containing Schema: OTA2_Message_v2.0.0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Attributes that identify the target message processing system.
Collapse XSD Schema Diagram:
Drilldown into name in schema ota2_message_v2_0_0_xsd Drilldown into type in schema ota2_message_v2_0_0_xsdXSD Diagram of TargetSystem in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:element name="TargetSystem" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Attributes that identify the target message processing system.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <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>
        <xsd:attribute name="name" type="String_Short" use="optional">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The name of the target system that may be specified if there are more than one system for a specified system type, e.g. "Test System 23." </xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type ota2msg:type Optional
name ota2msg:name Optional