Description
This attribute allows for the specification of piece lists with a freely-defined sorting order. |
D positiveInteger P M |
Type
Restriction of xs:nonNegativeInteger
Diagram
Overview
 |
SEQUENCE_NO Restriction of xs:nonNegativeInteger
This attribute allows for the specification of piece lists with a freely-defined sorting order. |
D positiveInteger P M |
|
Source
<xs:element name="SEQUENCE_NO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="DE">IDM-2.5
laufende Nummer der Position
bei Planungsvorschlägen sollte diese von links nach rechts gemäß der Planungsvariante geordnet sein</xs:documentation>
<xs:documentation xml:lang="DE" />
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="999" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also