element ExceptionReason
diagram taf_cat_complete_sector_p183.png
namespace http://taf-jsg.info/schemes
properties
content complex
children WagonInterruptionReason InterruptionDescription InterruptionType
used by
element WagonExceptionReport
annotation
documentation
Identifies the reason of an unexpected interruption for a wagon during the transportation. In addition it allows to put in a more detailed description
source <xs:element name="ExceptionReason">
 
<xs:annotation>
   
<xs:documentation>Identifies the reason of an unexpected interruption for a wagon during the transportation. In addition it allows to put in a more detailed description</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="WagonInterruptionReason" minOccurs="0">
       
<xs:simpleType>
         
<xs:restriction base="xs:token">
           
<xs:enumeration value="wagon damaged"/>
           
<xs:enumeration value="change of route"/>
           
<xs:enumeration value="other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="InterruptionDescription" minOccurs="0"/>
     
<xs:element name="InterruptionType" minOccurs="0">
       
<xs:simpleType>
         
<xs:restriction base="xs:token">
           
<xs:length value="1"/>
           
<xs:enumeration value="0">
             
<xs:annotation>
               
<xs:documentation>Damage does not cause an interruption of transport run</xs:documentation>
             
</xs:annotation>
           
</xs:enumeration>
           
<xs:enumeration value="1">
             
<xs:annotation>
               
<xs:documentation>Damage causes an interruption of transport run</xs:documentation>
             
</xs:annotation>
           
</xs:enumeration>
           
<xs:enumeration value="2">
             
<xs:annotation>
               
<xs:documentation>other (no damage)</xs:documentation>
             
</xs:annotation>
           
</xs:enumeration>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ExceptionReason/WagonInterruptionReason
diagram taf_cat_complete_sector_p184.png
namespace http://taf-jsg.info/schemes
type restriction of xs:token
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration wagon damaged
enumeration change of route
enumeration other
source <xs:element name="WagonInterruptionReason" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:enumeration value="wagon damaged"/>
     
<xs:enumeration value="change of route"/>
     
<xs:enumeration value="other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ExceptionReason/InterruptionType
diagram taf_cat_complete_sector_p185.png
namespace http://taf-jsg.info/schemes
type restriction of xs:token
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 1
enumeration 0
documentation
Damage does not cause an interruption of transport run
enumeration 1
documentation
Damage causes an interruption of transport run
enumeration 2
documentation
other (no damage)
source <xs:element name="InterruptionType" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:length value="1"/>
     
<xs:enumeration value="0">
       
<xs:annotation>
         
<xs:documentation>Damage does not cause an interruption of transport run</xs:documentation>
       
</xs:annotation>
     
</xs:enumeration>
     
<xs:enumeration value="1">
       
<xs:annotation>
         
<xs:documentation>Damage causes an interruption of transport run</xs:documentation>
       
</xs:annotation>
     
</xs:enumeration>
     
<xs:enumeration value="2">
       
<xs:annotation>
         
<xs:documentation>other (no damage)</xs:documentation>
       
</xs:annotation>
     
</xs:enumeration>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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