simpleType WagonIdent
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
base xs:string
used by
elements WIMO_Dataset/ConsignmentLevelData/PreviousWagonNumber RollingStockDataset/AdministrativeDataSet/PreviousWagonNumberFreight WagonNumberFreight
facets
Kind Value Annotation
maxLength 12
pattern [0-9]{12}
annotation
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy