namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="WagonIdent"> <xs:annotation> <xs:documentation>Identification code of a freight wagon based on the TSI OPE and CEN Recommendations and CIS wagons coded according to OSJD-UIC leaflet 402, which allows the conversion from 8 digits to 12 digits and viceversa.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="12"/> <xs:pattern value="[0-9]{12}"/> </xs:restriction> </xs:simpleType> |