Description
The depth is specified in this element.
|
D nonNegativeInteger P M [0:9999] |
Type
Restriction of xs:nonNegativeInteger
Diagram
Overview
 |
DEPTH Restriction of xs:nonNegativeInteger
The depth is specified in this element.
|
D nonNegativeInteger P M [0:9999] |
|
Source
<xs:element name="DEPTH" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>400--20--Gewicht</xs:documentation>
<xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
<xs:documentation xml:lang="de">Gewicht-Brutto IDM 21-Build 15</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