Description
This element is used to specify the item volume [dm³] including packaging material. (e.g. 50 = 50 dm³) |
D nonNegativeInteger P M [0:9999] |
Type
Restriction of xs:nonNegativeInteger
Diagram
Overview
 |
VOLUME optional Restriction of xs:nonNegativeInteger
This element is used to specify the item volume [dm³] including packaging material. (e.g. 50 = 50 dm³) |
D nonNegativeInteger P M [0:9999] |
|
Source
<xs:element name="VOLUME" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>400--21--Volumen</xs:documentation>
<xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="0" />
<xs:maxInclusive value="9999" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also