element TrainOrCoachGroupComposition
diagram taf_cat_complete_sector_p592.png
namespace http://taf-jsg.info/schemes
properties
content complex
children Unit
attributes
Name  Type  Use  Default  Fixed  Annotation
CompositionDescriptionManner  derived by: xs:string  required      
CountOfUnits  xs:integer  required      
FromHead  xs:boolean  required      
annotation
documentation
The new element - TAP specific
source <xs:element name="TrainOrCoachGroupComposition">
 
<xs:annotation>
   
<xs:documentation>The new element - TAP specific</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Unit" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>To be differed to "Unit" from TAF. This is the TAP name for vehicle or coach group</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="TypeOfVehicle" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>WG_Gattung</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:minLength value="0"/>
                 
<xs:maxLength value="50"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="VehicleNumber" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>12-character</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:minLength value="0"/>
                 
<xs:maxLength value="12"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="OrientationOfTrainset" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>0-9 number</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:byte">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="9"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element ref="Keeper" minOccurs="0"/>
           
<xs:element ref="WagonOperationalData" minOccurs="0"/>
           
<xs:element ref="WagonTechData" minOccurs="0"/>
           
<xs:element name="TypeOfCoupling" minOccurs="0">
             
<xs:simpleType>
               
<xs:restriction base="xs:integer">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="9"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="TypeOfHeating" minOccurs="0">
             
<xs:simpleType>
               
<xs:restriction base="xs:integer">
                 
<xs:minInclusive value="0"/>
                 
<xs:maxInclusive value="9"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element ref="EmergencyBrakeOverride" minOccurs="0"/>
           
<xs:element name="Restrictions" minOccurs="0">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element ref="RestrictionsDueToLoadOrDamage"/>
                 
<xs:element ref="RestrictionOrProhibition"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="InternalVehicleFitting" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>It is not clear should it be filled with the coding list or with the separated elements</xs:documentation>
             
</xs:annotation>
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element ref="TypeofService"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="ItineraryOfCoachOrTrainset" minOccurs="0">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="OriginOfVehicle" minOccurs="0">
                   
<xs:complexType>
                     
<xs:complexContent>
                       
<xs:extension base="LocationIdent">
                         
<xs:sequence>
                           
<xs:element ref="TimingAtLocation"/>
                           
<xs:element name="ForwardingRU" type="CompanyCode"/>
                         
</xs:sequence>
                       
</xs:extension>
                     
</xs:complexContent>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="DestinationOfVehicle" minOccurs="0">
                   
<xs:complexType>
                     
<xs:complexContent>
                       
<xs:extension base="LocationIdent">
                         
<xs:sequence>
                           
<xs:element ref="TimingAtLocation"/>
                           
<xs:element name="FinalRU"/>
                         
</xs:sequence>
                       
</xs:extension>
                     
</xs:complexContent>
                   
</xs:complexType>
                 
</xs:element>
                 
<xs:element name="AssociatedTrain" minOccurs="0" maxOccurs="unbounded">
                   
<xs:complexType>
                     
<xs:sequence>
                       
<xs:element name="LocationOfChange" type="LocationIdent" minOccurs="0">
                         
<xs:annotation>
                           
<xs:documentation>WARNING: I guess, where the unit is attached to the particular train. Am I right?</xs:documentation>
                         
</xs:annotation>
                       
</xs:element>
                       
<xs:element ref="AssociatedAttachedTrainID" minOccurs="0"/>
                       
<xs:element ref="AssociatedAttachedOTN" minOccurs="0"/>
                       
<xs:element ref="ReferenceOTN" minOccurs="0"/>
                       
<xs:element ref="TransferPoint" minOccurs="0"/>
                       
<xs:element ref="TransfereeIM" minOccurs="0"/>
                       
<xs:element name="RetailServiceID" minOccurs="0">
                         
<xs:annotation>
                           
<xs:documentation>Unknown type!!!</xs:documentation>
                         
</xs:annotation>
                       
</xs:element>
                     
</xs:sequence>
                   
</xs:complexType>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element ref="CoachOrTrainsetCommercialData"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="CompositionDescriptionManner" use="required">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="coach"/>
         
<xs:enumeration value="vehicle_in_trainset"/>
         
<xs:enumeration value="trainset"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
   
<xs:attribute name="CountOfUnits" type="xs:integer" use="required"/>
   
<xs:attribute name="FromHead" type="xs:boolean" use="required"/>
 
</xs:complexType>
</xs:element>

attribute TrainOrCoachGroupComposition/@CompositionDescriptionManner
type restriction of xs:string
properties
use required
facets
Kind Value Annotation
enumeration coach
enumeration vehicle_in_trainset
enumeration trainset
source <xs:attribute name="CompositionDescriptionManner" use="required">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="coach"/>
     
<xs:enumeration value="vehicle_in_trainset"/>
     
<xs:enumeration value="trainset"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute TrainOrCoachGroupComposition/@CountOfUnits
type xs:integer
properties
use required
source <xs:attribute name="CountOfUnits" type="xs:integer" use="required"/>

attribute TrainOrCoachGroupComposition/@FromHead
type xs:boolean
properties
use required
source <xs:attribute name="FromHead" type="xs:boolean" use="required"/>

element TrainOrCoachGroupComposition/Unit
diagram taf_cat_complete_sector_p593.png
namespace http://taf-jsg.info/schemes
properties
minOcc 1
maxOcc unbounded
content complex
children TypeOfVehicle VehicleNumber OrientationOfTrainset Keeper WagonOperationalData WagonTechData TypeOfCoupling TypeOfHeating EmergencyBrakeOverride Restrictions InternalVehicleFitting ItineraryOfCoachOrTrainset CoachOrTrainsetCommercialData
annotation
documentation
To be differed to "Unit" from TAF. This is the TAP name for vehicle or coach group
source <xs:element name="Unit" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>To be differed to "Unit" from TAF. This is the TAP name for vehicle or coach group</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="TypeOfVehicle" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>WG_Gattung</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="0"/>
           
<xs:maxLength value="50"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="VehicleNumber" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>12-character</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="0"/>
           
<xs:maxLength value="12"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="OrientationOfTrainset" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>0-9 number</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:byte">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="9"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="Keeper" minOccurs="0"/>
     
<xs:element ref="WagonOperationalData" minOccurs="0"/>
     
<xs:element ref="WagonTechData" minOccurs="0"/>
     
<xs:element name="TypeOfCoupling" minOccurs="0">
       
<xs:simpleType>
         
<xs:restriction base="xs:integer">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="9"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="TypeOfHeating" minOccurs="0">
       
<xs:simpleType>
         
<xs:restriction base="xs:integer">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="9"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element ref="EmergencyBrakeOverride" minOccurs="0"/>
     
<xs:element name="Restrictions" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="RestrictionsDueToLoadOrDamage"/>
           
<xs:element ref="RestrictionOrProhibition"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="InternalVehicleFitting" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>It is not clear should it be filled with the coding list or with the separated elements</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element ref="TypeofService"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ItineraryOfCoachOrTrainset" minOccurs="0">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="OriginOfVehicle" minOccurs="0">
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="LocationIdent">
                   
<xs:sequence>
                     
<xs:element ref="TimingAtLocation"/>
                     
<xs:element name="ForwardingRU" type="CompanyCode"/>
                   
</xs:sequence>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="DestinationOfVehicle" minOccurs="0">
             
<xs:complexType>
               
<xs:complexContent>
                 
<xs:extension base="LocationIdent">
                   
<xs:sequence>
                     
<xs:element ref="TimingAtLocation"/>
                     
<xs:element name="FinalRU"/>
                   
</xs:sequence>
                 
</xs:extension>
               
</xs:complexContent>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="AssociatedTrain" minOccurs="0" maxOccurs="unbounded">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="LocationOfChange" type="LocationIdent" minOccurs="0">
                   
<xs:annotation>
                     
<xs:documentation>WARNING: I guess, where the unit is attached to the particular train. Am I right?</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
                 
<xs:element ref="AssociatedAttachedTrainID" minOccurs="0"/>
                 
<xs:element ref="AssociatedAttachedOTN" minOccurs="0"/>
                 
<xs:element ref="ReferenceOTN" minOccurs="0"/>
                 
<xs:element ref="TransferPoint" minOccurs="0"/>
                 
<xs:element ref="TransfereeIM" minOccurs="0"/>
                 
<xs:element name="RetailServiceID" minOccurs="0">
                   
<xs:annotation>
                     
<xs:documentation>Unknown type!!!</xs:documentation>
                   
</xs:annotation>
                 
</xs:element>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="CoachOrTrainsetCommercialData"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/TypeOfVehicle
diagram taf_cat_complete_sector_p594.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 0
maxLength 50
annotation
documentation
WG_Gattung
source <xs:element name="TypeOfVehicle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WG_Gattung</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="50"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/VehicleNumber
diagram taf_cat_complete_sector_p595.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 0
maxLength 12
annotation
documentation
12-character
source <xs:element name="VehicleNumber" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>12-character</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="0"/>
     
<xs:maxLength value="12"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/OrientationOfTrainset
diagram taf_cat_complete_sector_p596.png
namespace http://taf-jsg.info/schemes
type restriction of xs:byte
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 9
annotation
documentation
0-9 number
source <xs:element name="OrientationOfTrainset" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>0-9 number</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:byte">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/TypeOfCoupling
diagram taf_cat_complete_sector_p597.png
namespace http://taf-jsg.info/schemes
type restriction of xs:integer
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 9
source <xs:element name="TypeOfCoupling" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/TypeOfHeating
diagram taf_cat_complete_sector_p598.png
namespace http://taf-jsg.info/schemes
type restriction of xs:integer
properties
minOcc 0
maxOcc 1
content simple
used by
element RollingStockTechnicalData
facets
Kind Value Annotation
minInclusive 0
maxInclusive 9
source <xs:element name="TypeOfHeating" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/Restrictions
diagram taf_cat_complete_sector_p599.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
content complex
children RestrictionsDueToLoadOrDamage RestrictionOrProhibition
source <xs:element name="Restrictions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="RestrictionsDueToLoadOrDamage"/>
     
<xs:element ref="RestrictionOrProhibition"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/InternalVehicleFitting
diagram taf_cat_complete_sector_p600.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
content complex
children TypeofService
annotation
documentation
It is not clear should it be filled with the coding list or with the separated elements
source <xs:element name="InternalVehicleFitting" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>It is not clear should it be filled with the coding list or with the separated elements</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="TypeofService"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset
diagram taf_cat_complete_sector_p601.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
content complex
children OriginOfVehicle DestinationOfVehicle AssociatedTrain
source <xs:element name="ItineraryOfCoachOrTrainset" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="OriginOfVehicle" minOccurs="0">
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="LocationIdent">
             
<xs:sequence>
               
<xs:element ref="TimingAtLocation"/>
               
<xs:element name="ForwardingRU" type="CompanyCode"/>
             
</xs:sequence>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="DestinationOfVehicle" minOccurs="0">
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="LocationIdent">
             
<xs:sequence>
               
<xs:element ref="TimingAtLocation"/>
               
<xs:element name="FinalRU"/>
             
</xs:sequence>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="AssociatedTrain" minOccurs="0" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="LocationOfChange" type="LocationIdent" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>WARNING: I guess, where the unit is attached to the particular train. Am I right?</xs:documentation>
             
</xs:annotation>
           
</xs:element>
           
<xs:element ref="AssociatedAttachedTrainID" minOccurs="0"/>
           
<xs:element ref="AssociatedAttachedOTN" minOccurs="0"/>
           
<xs:element ref="ReferenceOTN" minOccurs="0"/>
           
<xs:element ref="TransferPoint" minOccurs="0"/>
           
<xs:element ref="TransfereeIM" minOccurs="0"/>
           
<xs:element name="RetailServiceID" minOccurs="0">
             
<xs:annotation>
               
<xs:documentation>Unknown type!!!</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/OriginOfVehicle
diagram taf_cat_complete_sector_p602.png
namespace http://taf-jsg.info/schemes
type extension of LocationIdent
properties
minOcc 0
maxOcc 1
content complex
children CountryCodeISO LocationPrimaryCode PrimaryLocationName LocationSubsidiaryIdentification TimingAtLocation ForwardingRU
source <xs:element name="OriginOfVehicle" minOccurs="0">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="LocationIdent">
       
<xs:sequence>
         
<xs:element ref="TimingAtLocation"/>
         
<xs:element name="ForwardingRU" type="CompanyCode"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/OriginOfVehicle/ForwardingRU
diagram taf_cat_complete_sector_p603.png
namespace http://taf-jsg.info/schemes
type CompanyCode
properties
content simple
facets
Kind Value Annotation
minInclusive 0001
maxInclusive 9999
source <xs:element name="ForwardingRU" type="CompanyCode"/>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/DestinationOfVehicle
diagram taf_cat_complete_sector_p604.png
namespace http://taf-jsg.info/schemes
type extension of LocationIdent
properties
minOcc 0
maxOcc 1
content complex
children CountryCodeISO LocationPrimaryCode PrimaryLocationName LocationSubsidiaryIdentification TimingAtLocation FinalRU
source <xs:element name="DestinationOfVehicle" minOccurs="0">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="LocationIdent">
       
<xs:sequence>
         
<xs:element ref="TimingAtLocation"/>
         
<xs:element name="FinalRU"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/DestinationOfVehicle/FinalRU
diagram taf_cat_complete_sector_p605.png
namespace http://taf-jsg.info/schemes
source <xs:element name="FinalRU"/>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/AssociatedTrain
diagram taf_cat_complete_sector_p606.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc unbounded
content complex
children LocationOfChange AssociatedAttachedTrainID AssociatedAttachedOTN ReferenceOTN TransferPoint TransfereeIM RetailServiceID
used by
element Association
source <xs:element name="AssociatedTrain" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="LocationOfChange" type="LocationIdent" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>WARNING: I guess, where the unit is attached to the particular train. Am I right?</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="AssociatedAttachedTrainID" minOccurs="0"/>
     
<xs:element ref="AssociatedAttachedOTN" minOccurs="0"/>
     
<xs:element ref="ReferenceOTN" minOccurs="0"/>
     
<xs:element ref="TransferPoint" minOccurs="0"/>
     
<xs:element ref="TransfereeIM" minOccurs="0"/>
     
<xs:element name="RetailServiceID" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Unknown type!!!</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/AssociatedTrain/LocationOfChange
diagram taf_cat_complete_sector_p607.png
namespace http://taf-jsg.info/schemes
type LocationIdent
properties
minOcc 0
maxOcc 1
content complex
children CountryCodeISO LocationPrimaryCode PrimaryLocationName LocationSubsidiaryIdentification
annotation
documentation
WARNING: I guess, where the unit is attached to the particular train. Am I right?
source <xs:element name="LocationOfChange" type="LocationIdent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>WARNING: I guess, where the unit is attached to the particular train. Am I right?</xs:documentation>
 
</xs:annotation>
</xs:element>

element TrainOrCoachGroupComposition/Unit/ItineraryOfCoachOrTrainset/AssociatedTrain/RetailServiceID
diagram taf_cat_complete_sector_p608.png
namespace http://taf-jsg.info/schemes
properties
minOcc 0
maxOcc 1
used by
element Association
annotation
documentation
Unknown type!!!
source <xs:element name="RetailServiceID" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unknown type!!!</xs:documentation>
 
</xs:annotation>
</xs:element>


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