element RollingStockIdentification
diagram taf_cat_complete_sector_p489.png
namespace http://taf-jsg.info/schemes
properties
content complex
children EuropeanVehicleNumber TrainsetID
used by
elements RollingStockRestrictionMessage TrainCompositionPassenger/VehicleList
annotation
documentation
Code used to identify a vehicle or a trainset
source <xs:element name="RollingStockIdentification">
 
<xs:annotation>
   
<xs:documentation>Code used to identify a vehicle or a trainset</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="EuropeanVehicleNumber" minOccurs="0"/>
     
<xs:element name="TrainsetID" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Coding used to identify uniquely a trainset</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="12"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element RollingStockIdentification/TrainsetID
diagram taf_cat_complete_sector_p490.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 12
annotation
documentation
Coding used to identify uniquely a trainset
source <xs:element name="TrainsetID" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Coding used to identify uniquely a trainset</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="12"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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