<xsd:element name="ARTICLE">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="SUPPLIER_AID"/>
<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 name="USER_DEFINED_EXTENSIONS" type="articleUSER_DEFINED_EXTENSIONS" minOccurs="0"/>
<xsd:element ref="ARTICLE_REFERENCE" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="mode" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="new"/>
<xsd:enumeration value="update"/>
<xsd:enumeration value="delete"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
<!-- ***** START deactivate identity-constraints ***** -->
<xsd:unique name="uniqueREFERENCE_FEATURE_SYSTEM_NAME">
<xsd:selector xpath="ARTICLE_FEATURES"/>
<xsd:field xpath="REFERENCE_FEATURE_SYSTEM_NAME"/>
</xsd:unique>
<xsd:unique name="uniqueARTICLE_REFERENCE">
<xsd:selector xpath="ARTICLE_REFERENCE"/>
<xsd:field xpath="@type"/>
<xsd:field xpath="ART_ID_TO"/>
<xsd:field xpath="CATALOG_ID"/>
<xsd:field xpath="CATALOG_VERSION"/>
</xsd:unique>
<!-- ***** END deactivate identity-constraints ***** -->
</xsd:element> |