Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element NetContents / NetContent
Namespace No namespace
Annotations
The amount of the trade item contained by a package and its measurement unit, usually as claimed on the label. In case of variable quantity trade items, indicates the average quantity. The net content can be represented by several units of measurement on the packaging. Enter all variants mentioned on the packaging in this field. For example, when both the number of pieces and the weight are mentioned, enter both
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord_MeasurementValuee-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord_MeasurementUnitCodee-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord
Type ItemMeasurementRecord
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children MeasurementUnitCode, MeasurementValue
Instance
<NetContent>
  <MeasurementValue>{1,1}</MeasurementValue>
  <MeasurementUnitCode>{1,1}</MeasurementUnitCode>
</NetContent>
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="NetContent" type="ItemMeasurementRecord">
  <xs:annotation>
    <xs:documentation>The amount of the trade item contained by a package and its measurement unit, usually as claimed on the label. In case of variable quantity trade items, indicates the average quantity. The net content can be represented by several units of measurement on the packaging. Enter all variants mentioned on the packaging in this field. For example, when both the number of pieces and the weight are mentioned, enter both</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type NetContents
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_NetContents.tmp#NetContents_NetContent
Used by
Model
Children NetContent
Source
<xs:complexType name="NetContents">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="NetContent" type="ItemMeasurementRecord">
      <xs:annotation>
        <xs:documentation>The amount of the trade item contained by a package and its measurement unit, usually as claimed on the label. In case of variable quantity trade items, indicates the average quantity. The net content can be represented by several units of measurement on the packaging. Enter all variants mentioned on the packaging in this field. For example, when both the number of pieces and the weight are mentioned, enter both</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>