element WagonPerformanceMessage
diagram taf_cat_complete_sector_p676.png
namespace http://taf-jsg.info/schemes
properties
content complex
children MessageHeader PerformanceData
annotation
documentation
Message used by the User RU to deliver wagon performance data to the wagon keeper.
source <xs:element name="WagonPerformanceMessage">
 
<xs:annotation>
   
<xs:documentation>Message used by the User RU to deliver wagon performance data to the wagon keeper.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="MessageHeader"/>
     
<xs:element name="PerformanceData" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Performance data of a freight wagon for a specified period.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="WagonNumberFreight"/>
           
<xs:element ref="UserRU"/>
           
<xs:element name="PeriodStart" type="xs:dateTime">
             
<xs:annotation>
               
<xs:documentation>Start date and time of the delivery period.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element ref="StartLocation" minOccurs="0"/>
           
<xs:element name="PeriodEnd" type="xs:dateTime">
             
<xs:annotation>
               
<xs:documentation>End date and time of the delivery period.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element ref="EndLocation" minOccurs="0"/>
           
<xs:element name="Country" type="CountryIdentISO" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Country where the wagon has been operated during the delivery period. Identifies a country or state by code (ISO 3166-1).</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element name="Kilometers">
             
<xs:annotation>
               
<xs:documentation>Actual and complete kilometric performance of the wagon for the delivery period in kilometers. Kilometric performance due to shunting at stations can be neglected.</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:int">
                 
<xs:minInclusive value="-99999"/>
                 
<xs:maxInclusive value="99999"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element ref="TotalLoadWeight"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element WagonPerformanceMessage/PerformanceData
diagram taf_cat_complete_sector_p677.png
namespace http://taf-jsg.info/schemes
properties
minOcc 1
maxOcc unbounded
content complex
children WagonNumberFreight UserRU PeriodStart StartLocation PeriodEnd EndLocation Country Kilometers TotalLoadWeight
annotation
documentation
Performance data of a freight wagon for a specified period.
source <xs:element name="PerformanceData" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Performance data of a freight wagon for a specified period.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="WagonNumberFreight"/>
     
<xs:element ref="UserRU"/>
     
<xs:element name="PeriodStart" type="xs:dateTime">
       
<xs:annotation>
         
<xs:documentation>Start date and time of the delivery period.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="StartLocation" minOccurs="0"/>
     
<xs:element name="PeriodEnd" type="xs:dateTime">
       
<xs:annotation>
         
<xs:documentation>End date and time of the delivery period.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="EndLocation" minOccurs="0"/>
     
<xs:element name="Country" type="CountryIdentISO" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Country where the wagon has been operated during the delivery period. Identifies a country or state by code (ISO 3166-1).</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Kilometers">
       
<xs:annotation>
         
<xs:documentation>Actual and complete kilometric performance of the wagon for the delivery period in kilometers. Kilometric performance due to shunting at stations can be neglected.</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:int">
           
<xs:minInclusive value="-99999"/>
           
<xs:maxInclusive value="99999"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="TotalLoadWeight"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element WagonPerformanceMessage/PerformanceData/PeriodStart
diagram taf_cat_complete_sector_p678.png
namespace http://taf-jsg.info/schemes
type xs:dateTime
properties
content simple
annotation
documentation
Start date and time of the delivery period.
source <xs:element name="PeriodStart" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Start date and time of the delivery period.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WagonPerformanceMessage/PerformanceData/PeriodEnd
diagram taf_cat_complete_sector_p679.png
namespace http://taf-jsg.info/schemes
type xs:dateTime
properties
content simple
annotation
documentation
End date and time of the delivery period.
source <xs:element name="PeriodEnd" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>End date and time of the delivery period.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WagonPerformanceMessage/PerformanceData/Country
diagram taf_cat_complete_sector_p680.png
namespace http://taf-jsg.info/schemes
type CountryIdentISO
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Country where the wagon has been operated during the delivery period. Identifies a country or state by code (ISO 3166-1).
source <xs:element name="Country" type="CountryIdentISO" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country where the wagon has been operated during the delivery period. Identifies a country or state by code (ISO 3166-1).</xs:documentation>
 
</xs:annotation>
</xs:element>

element WagonPerformanceMessage/PerformanceData/Kilometers
diagram taf_cat_complete_sector_p681.png
namespace http://taf-jsg.info/schemes
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
minInclusive -99999
maxInclusive 99999
annotation
documentation
Actual and complete kilometric performance of the wagon for the delivery period in kilometers. Kilometric performance due to shunting at stations can be neglected.
source <xs:element name="Kilometers">
 
<xs:annotation>
   
<xs:documentation>Actual and complete kilometric performance of the wagon for the delivery period in kilometers. Kilometric performance due to shunting at stations can be neglected.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:minInclusive value="-99999"/>
     
<xs:maxInclusive value="99999"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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