<xs:complexType name="ClientType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml">The Name for a client.</p>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ClientId" type="xs:string">
<xs:annotation>
<xs:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Identifies the ITS Client which provides the delivery path to the recipient.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ism:SecurityAttributesGroup"/>
</xs:complexType>
|