type

Attribute Information

Used By

Element BUYER/ADDRESS

Source

<xsd:attribute name="type" use="required" fixed="buyer">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="buyer"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample