PRODUCT_CATEGORY

Element Information

Model

Used By

Element PRODUCT_DETAILS

Source

<xsd:element name="PRODUCT_CATEGORY">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="consignment"/>
      <xsd:enumeration value="core_product"/>
      <xsd:enumeration value="preferred"/>
      <xsd:enumeration value="standard"/>
      <xsd:enumeration value="stock"/>
      <xsd:enumeration value="others"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample