PARTY_ROLE

Element Information

Model

Used By

Element PARTY

Source

<xsd:element name="PARTY_ROLE">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="buyer"/>
      <xsd:enumeration value="document_creator"/>
      <xsd:enumeration value="ipp_operator"/>
      <xsd:enumeration value="manufacturer"/>
      <xsd:enumeration value="standardization_body"/>
      <xsd:enumeration value="supplier"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample