Definition Type: ComplexType
Name: TargetSystem
Namespace: http://opentravel.org/common/message/v02
Type: ota2msg:Enum_TargetProcessingSystem
Containing Schema: OTA2_Message_v2.0.0.xsd
Abstract
Documentation:
Metadata that describes a target (or receiving) processing system.
Collapse XSD Schema Diagram:
Drilldown into systemName in schema ota2_message_v2_0_0_xsd Drilldown into extension 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:complexType name="TargetSystem">
    <xsd:annotation>
        <xsd:documentation source="Description">Metadata that describes a target (or receiving) processing system.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:annotation>
            <xsd:documentation source="Description">An extensible list of target message processing system types..</xsd:documentation>
        </xsd:annotation>
        <xsd:extension base="Enum_TargetProcessingSystem">
            <xsd:attribute name="extension" type="ota:String_EnumExtension" />
            <xsd:attribute name="systemName" type="String_Short" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The name of the target system that may be specified if there are more than one system for the specified system type.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
extension ota2msg:extension (Optional)
systemName ota2msg:systemName Optional
Collapse Derivation Tree:
Collapse References:
ota2msg:TargetSystem