diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | WagonNumberFreight LoadingStatus TotalWeight GoodsInWagon | ||
used by | |||
annotation |
|
||
source | <xs:element name="WagonInformation"> <xs:annotation> <xs:documentation>This element shows the unique wagon number together with the transportation units, loaded on the wagon, the used capacity and the weight of the complete load of the wagon</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="WagonNumberFreight"/> <xs:element ref="LoadingStatus"/> <xs:element ref="TotalWeight" minOccurs="0"/> <xs:element ref="GoodsInWagon" minOccurs="0" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element> |