typePARTY_ID

Complex Type Information

Model

Attributes

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

Used By

Source

<xsd:complexType name="typePARTY_ID">
  <xsd:simpleContent>
    <xsd:extension base="typeSTRING00250">
      <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>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>