<xsd:element name="T_UPDATE_PRODUCTS">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ARTICLE" maxOccurs="unbounded"/>
<xsd:element ref="ARTICLE_TO_CATALOGGROUP_MAP" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="prev_version" type="dtINTEGER" use="required"/>
</xsd:complexType>
<!-- ***** START deactivate identity-constraints ***** -->
<xsd:key name="keyARTICLE">
<xsd:selector xpath="ARTICLE"/>
<xsd:field xpath="SUPPLIER_AID"/>
</xsd:key>
<xsd:key name="keyARTICLE_TO_CATALOGGROUP_MAP">
<xsd:selector xpath="ARTICLE_TO_CATALOGGROUP_MAP"/>
<xsd:field xpath="ART_ID"/>
<xsd:field xpath="CATALOG_GROUP_ID"/>
</xsd:key>
<!-- ***** END deactivate identity-constraints ***** -->
</xsd:element> |