Description
A value from colum type in table "model codes" is entered here. |
D nonNegativeInteger P 000|[146][0-7]0|2[0-6]0|3[0-4]0|[57][012]0|8[01]0 M [000:810] |
Type
Restriction of xs:nonNegativeInteger
Diagram
Overview
 |
TK_CLASS optional Restriction of xs:nonNegativeInteger
A value from colum type in table "model codes" is entered here. |
D nonNegativeInteger P 000|[146][0-7]0|2[0-6]0|3[0-4]0|[57][012]0|8[01]0 M [000:810] |
|
Source
<xs:element name="TK_CLASS" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Drehtür, Lade, Klappe...</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:pattern value="000|[146][0-7]0|2[0-6]0|3[0-4]0|[57][012]0|8[01]0" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also