T_UPDATE_PRODUCTS

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
prev_version dtINTEGER required

Used By

Element BMECAT

Source

<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>

Sample