Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ChildItems / ChildItem
Namespace No namespace
Annotations
A trade item in the item hierarchy level immediately below the current trade item unit
Diagram
Diagrame-document-3_1_5_xsd_Complex_Type_ChildItemRecord.tmp#ChildItemRecord_GTINe-document-3_1_5_xsd_Complex_Type_ChildItemRecord.tmp#ChildItemRecord_QuantityOfNextLowerLevelIteme-document-3_1_5_xsd_Complex_Type_ChildItemRecord.tmp#ChildItemRecord
Type ChildItemRecord
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children GTIN, QuantityOfNextLowerLevelItem
Instance
<ChildItem>
  <GTIN>{1,1}</GTIN>
  <QuantityOfNextLowerLevelItem>{0,1}</QuantityOfNextLowerLevelItem>
</ChildItem>
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="ChildItem" type="ChildItemRecord">
  <xs:annotation>
    <xs:documentation>A trade item in the item hierarchy level immediately below the current trade item unit</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ChildItems
Namespace No namespace
Diagram
Diagrame-document-3_1_5_xsd_Complex_Type_ChildItems.tmp#ChildItems_ChildItem
Used by
Model
Children ChildItem
Source
<xs:complexType name="ChildItems">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="ChildItem" type="ChildItemRecord">
      <xs:annotation>
        <xs:documentation>A trade item in the item hierarchy level immediately below the current trade item unit</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>