Complex Type | typePARTY_ID |
<xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:maxLength value="250"/> <xsd:minLength value="1"/> <xsd:pattern value="buyer_specific|customer_specific|duns|iln|gln|party_specific|supplier_specific|\w{1,250}"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |