<xs:complexType name="PartyIdType">
<xs:sequence>
<xs:element name="Id" type="PartyId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Id type for generic Party Ids.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="SCAC" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">StandardCarrierAlphaCode</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="DUNS" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">PartyIdType for DUNS numbers. Simple Id for now, but could be altered to impose pattern.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|