CATALOG

Element Information

Model

Used By

Element HEADER

Source

<xsd:element name="CATALOG">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="LANGUAGE" maxOccurs="unbounded"/>
      <xsd:element ref="CATALOG_ID"/>
      <xsd:element ref="CATALOG_VERSION"/>
      <xsd:element ref="CATALOG_NAME" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:choice minOccurs="0">
        <xsd:element ref="GENERATION_DATE" minOccurs="0"/>
        <xsd:element minOccurs="0" name="DATETIME">
          <xsd:complexType>
            <xsd:complexContent>
              <xsd:extension base="typeDATETIME">
                <xsd:attribute name="type" use="required" fixed="generation_date">
                  <xsd:simpleType>
                    <xsd:restriction base="dtSTRING">
                      <xsd:minLength value="1"/>
                      <xsd:maxLength value="20"/>
                      <xsd:enumeration value="generation_date"/>
                    </xsd:restriction>
                  </xsd:simpleType>
                </xsd:attribute>
              </xsd:extension>
            </xsd:complexContent>
          </xsd:complexType>
        </xsd:element>
      </xsd:choice>
      <xsd:choice minOccurs="0">
        <xsd:element ref="TERRITORY" minOccurs="0" maxOccurs="unbounded"/>
        <xsd:element minOccurs="0" ref="AREA_REFS"/>
      </xsd:choice>
      <xsd:element ref="CURRENCY" minOccurs="0"/>
      <xsd:element ref="MIME_ROOT" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="PRICE_FLAG" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="PRICE_FACTOR" minOccurs="0"/>
      <xsd:element ref="VALID_START_DATE" minOccurs="0"/>
      <xsd:element ref="VALID_END_DATE" minOccurs="0"/>
      <xsd:element ref="PRODUCT_TYPE" minOccurs="0"/>
      <xsd:element ref="COUNTRY_OF_ORIGIN" minOccurs="0"/>
      <xsd:element ref="DELIVERY_TIMES" maxOccurs="unbounded" minOccurs="0"/>
      <xsd:element ref="TRANSPORT" minOccurs="0"/>
      <xsd:element ref="SUPPLIER_IDREF" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Sample