ARTICLE_STATUS

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xsd:NMTOKEN required

Used By

Element ARTICLE_DETAILS

Source

<xsd:element name="ARTICLE_STATUS">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="typeARTICEL_STATUS">
        <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>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample