element TrainReadyStatus
diagram taf_cat_complete_sector_p614.png
namespace http://taf-jsg.info/schemes
properties
content complex
children TrainReady TrainDelay DelayCause
source <xs:element name="TrainReadyStatus">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="TrainReady">
       
<xs:annotation>
         
<xs:documentation>0=Not Ready 1=Ready</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:integer">
           
<xs:enumeration value="0"/>
           
<xs:enumeration value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="TrainDelay" minOccurs="0"/>
     
<xs:element ref="DelayCause" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainReadyStatus/TrainReady
diagram taf_cat_complete_sector_p615.png
namespace http://taf-jsg.info/schemes
type restriction of xs:integer
properties
content simple
facets
Kind Value Annotation
enumeration 0
enumeration 1
annotation
documentation
0=Not Ready 1=Ready
source <xs:element name="TrainReady">
 
<xs:annotation>
   
<xs:documentation>0=Not Ready 1=Ready</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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