element WagonTrainPosition
diagram taf_cat_complete_sector_p698.png
namespace http://taf-jsg.info/schemes
type restriction of xs:int
properties
content simple
used by
element WagonData
facets
Kind Value Annotation
minInclusive 1
maxInclusive 999
annotation
documentation
Identifies the position of a wagon within a train.  Sequential number starting with the first wagon at the front of train as N°1.
source <xs:element name="WagonTrainPosition">
 
<xs:annotation>
   
<xs:documentation>Identifies the position of a wagon within a train.  Sequential number starting with the first wagon at the front of train as N°1.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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