<xsd:element name="ARTICLE" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element ref="SUPPLIER_AID"/> <xsd:element ref="SUPPLIER_IDREF" minOccurs="0"/> <xsd:element ref="ARTICLE_DETAILS"/> <xsd:element ref="ARTICLE_FEATURES" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ARTICLE_ORDER_DETAILS"/> <xsd:element ref="ARTICLE_PRICE_DETAILS" maxOccurs="unbounded"/> <xsd:element ref="MIME_INFO" minOccurs="0"/> <xsd:element ref="USER_DEFINED_EXTENSIONS" minOccurs="0"/> <xsd:element ref="ARTICLE_REFERENCE" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ARTICLE_CONTACTS" minOccurs="0"/> <xsd:element ref="ARTICLE_LOGISTIC_DETAILS" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="mode" use="optional" default="new"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="20"/> <xsd:enumeration value="new"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> |