ARTICLE_TO_CATALOGGROUP_MAP

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mode restriction of dtSTRING new optional

Source

<xsd:element name="ARTICLE_TO_CATALOGGROUP_MAP" minOccurs="0" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="ART_ID"/>
      <xsd:element ref="SUPPLIER_IDREF" minOccurs="0"/>
      <xsd:element ref="CATALOG_GROUP_ID"/>
      <xsd:element ref="ARTICLE_TO_CATALOGGROUP_MAP_ORDER" 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>

Sample