<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>
|