Element | ARTICLE_STATUS |
<xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="20"/> <xsd:enumeration value="bargain"/> <xsd:enumeration value="core_product"/> <xsd:enumeration value="new"/> <xsd:enumeration value="new_product"/> <xsd:enumeration value="old_product"/> <xsd:enumeration value="refurbished"/> <xsd:enumeration value="used"/> <xsd:enumeration value="others"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |