BUYER_ID

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of dtSTRING optional

Used By

Element BUYER

Source

<xsd:element name="BUYER_ID">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="typeBUYER_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>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample