diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | BrakeType BrakeWeight WagonMaxSpeed ExceptionalGaugingProfile ExceptionalGaugingIdent DangerousGoodsDetails InfoOnGoodsShapeTypeDanger RestrictionsDueToLoadOrDamage TotalLoadWeight | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="WagonOperationalData"> <xs:annotation> <xs:documentation>Actual wagon parameters, dependent on load or damage. This group and its elements are optional (contract defines what IM requires). But if there is dangerous goods in the train, then this group is mandatory.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="BrakeType" minOccurs="0"/> <xs:element ref="BrakeWeight" minOccurs="0"/> <xs:element ref="WagonMaxSpeed" minOccurs="0"/> <xs:element ref="ExceptionalGaugingProfile" minOccurs="0"/> <xs:element ref="ExceptionalGaugingIdent" minOccurs="0"/> <xs:element name="DangerousGoodsDetails" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element ref="DangerousGoodsIndication" minOccurs="0"/> <xs:element name="WeightOfDangerousGoods" minOccurs="0"> <xs:annotation> <xs:documentation>Requested by RID specification, weight in kilograms</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="999999"/> <xs:totalDigits value="6"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element ref="InfoOnGoodsShapeTypeDanger" minOccurs="0" maxOccurs="9"/> <xs:element ref="RestrictionsDueToLoadOrDamage" minOccurs="0" maxOccurs="9"/> <xs:element ref="TotalLoadWeight" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
namespace | http://taf-jsg.info/schemes | ||||||
properties |
|
||||||
children | DangerousGoodsIndication WeightOfDangerousGoods | ||||||
source | <xs:element name="DangerousGoodsDetails" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element ref="DangerousGoodsIndication" minOccurs="0"/> <xs:element name="WeightOfDangerousGoods" minOccurs="0"> <xs:annotation> <xs:documentation>Requested by RID specification, weight in kilograms</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="999999"/> <xs:totalDigits value="6"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||
type | restriction of xs:decimal | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="WeightOfDangerousGoods" minOccurs="0"> <xs:annotation> <xs:documentation>Requested by RID specification, weight in kilograms</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="999999"/> <xs:totalDigits value="6"/> </xs:restriction> </xs:simpleType> </xs:element> |