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