diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | WagonInterruptionReason InterruptionDescription InterruptionType | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||
type | restriction of xs:token | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
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> |
diagram | ![]() |
|||||||||||||||||||||
namespace | http://taf-jsg.info/schemes | |||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
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> |