element LocoNumber
diagram taf_cat_complete_sector_p288.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
used by
element TrainCompositionJourneySection/LocoIdent
facets
Kind Value Annotation
minLength 4
maxLength 12
annotation
documentation
Identifies the number of the locomotive, usually the European Vehicle Number on 12N. It is currently not restricted only to numeric values.
source <xs:element name="LocoNumber">
 
<xs:annotation>
   
<xs:documentation>Identifies the number of the locomotive, usually the European Vehicle Number on 12N. It is currently not restricted only to numeric values.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="12"/>
     
<xs:minLength value="4"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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