Element | BUYER_ID |
<xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:maxLength value="50"/> <xsd:minLength value="1"/> <!-- ***** predefined values for attribute 'type' of element 'BUYER_ID' ***** "(duns | iln | buyer_specific | supplier_specific)" --> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |