element EuropeanVehicleNumber
diagram taf_cat_complete_sector_p177.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
used by
element RollingStockIdentification
facets
Kind Value Annotation
minLength 12
maxLength 12
pattern [0-9]{12}
annotation
documentation
Number on 12 digits allocated to each rail vehicle to uniquely identify it from any other rail vehicle
source <xs:element name="EuropeanVehicleNumber">
 
<xs:annotation>
   
<xs:documentation>Number on 12 digits allocated to each rail vehicle to uniquely identify it from any other rail vehicle</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="12"/>
     
<xs:minLength value="12"/>
     
<xs:pattern value="[0-9]{12}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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