<xs:complexType name="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale (POS) is the details identifying the party or connection channel making the request.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Source" type="SourceType" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">This holds details regarding the requestor. It may be repeated to also accommodate the delivery systems.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|