ARTICLE

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mode restriction of dtSTRING required

Source

<xsd:element name="ARTICLE" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="SUPPLIER_AID"/>
      <xsd:element ref="SUPPLIER_IDREF" minOccurs="0"/>
      <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 ref="USER_DEFINED_EXTENSIONS" minOccurs="0"/>
      <xsd:element ref="ARTICLE_REFERENCE" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="ARTICLE_CONTACTS" minOccurs="0"/>
      <xsd:element ref="ARTICLE_LOGISTIC_DETAILS" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="mode" use="required">
      <xsd:simpleType>
        <xsd:restriction base="dtSTRING">
          <xsd:minLength value="1"/>
          <xsd:maxLength value="20"/>
          <xsd:enumeration value="delete"/>
          <xsd:enumeration value="new"/>
          <xsd:enumeration value="update"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample