ARTICLE_TO_CATALOGGROUP_MAP

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mode restriction of xsd:NMTOKEN required

Used By

Source

<xsd:element name="ARTICLE_TO_CATALOGGROUP_MAP">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="ART_ID"/>
      <xsd:element ref="CATALOG_GROUP_ID"/>
      <xsd:element ref="ARTICLE_TO_CATALOGGROUP_MAP_ORDER" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="mode" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="new"/>
          <xsd:enumeration value="delete"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample