type

Attribute Information

Used By

Element ARTICLE_STATUS

Source

<xsd:attribute name="type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:NMTOKEN">
      <xsd:enumeration value="bargain"/>
      <xsd:enumeration value="new_article"/>
      <xsd:enumeration value="old_article"/>
      <xsd:enumeration value="new"/>
      <xsd:enumeration value="used"/>
      <xsd:enumeration value="refurbished"/>
      <xsd:enumeration value="core_article"/>
      <xsd:enumeration value="others"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample