ARTICLE_REFERENCE

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
quantity dtINTEGER optional
type restriction of xsd:NMTOKEN required

Used By

Element ARTICLE

Source

<xsd:element name="ARTICLE_REFERENCE">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="ART_ID_TO"/>
      <xsd:element ref="CATALOG_ID" minOccurs="0"/>
      <xsd:element ref="CATALOG_VERSION" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="sparepart"/>
          <xsd:enumeration value="similar"/>
          <xsd:enumeration value="followup"/>
          <xsd:enumeration value="mandatory"/>
          <xsd:enumeration value="select"/>
          <xsd:enumeration value="others"/>
          <xsd:enumeration value="accessories"/>
          <xsd:enumeration value="diff_orderunit"/>
          <xsd:enumeration value="consists_of"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="quantity" type="dtINTEGER" use="optional"/>
  </xsd:complexType>
</xsd:element>

Sample