XML Einrichten Version 1.2
ClassOfGoods Complex Type
XML Einrichten Version 1.2 : ClassOfGoods Complex Type
Description
Categorization of a product by categorization schema type, feature and option
Namespace (none)
Diagram
ClassOfGoodsValue Element ClassOfGoodsFeature Element ClassOfGoodsType Element Sequence ClassOfGoods Complex Type
Overview
ClassOfGoods
Categorization of a product by categorization schema type, feature and option
Used By
ClassOfGoods Element
ClassOfGoods Element
ClassOfGoods Element
Source
<xs:complexType name="ClassOfGoods" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Katageorisierung für ein Produkt über Klassikationsschema, Merkmal und Merkmalswert</xs:documentation>
    <xs:documentation xml:lang="en">Categorization of a product by categorization schema type, feature and option</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ClassOfGoodsType" type="ClassOfGoodsType" minOccurs="1" />
    <xs:element name="ClassOfGoodsFeature" type="ClassOfGoodsFeature" minOccurs="0" />
    <xs:element name="ClassOfGoodsValue" type="ClassOfGoodsValue" minOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2