element CoachOrTrainsetCommercialData
diagram taf_cat_complete_sector_p50.png
namespace http://taf-jsg.info/schemes
properties
content complex
children RetailServiceID CommercialNumberOfVehicle CommercialTrafficType
used by
elements TrainOrCoachGroupComposition/Unit TrainCompositionPassenger/VehicleList
annotation
documentation
Information used by the passenger to find its train or the vehicle in which he will travel
source <xs:element name="CoachOrTrainsetCommercialData">
 
<xs:annotation>
   
<xs:documentation>Information used by the passenger to find its train or the vehicle in which he will travel</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="RetailServiceID">
       
<xs:annotation>
         
<xs:documentation>Train number written on the ticket</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="1"/>
           
<xs:maxLength value="6"/>
           
<xs:pattern value=""/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="CommercialNumberOfVehicle" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Reservation number of a vehicle indicated on the ticket</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="CommercialTrafficType" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element CoachOrTrainsetCommercialData/RetailServiceID
diagram taf_cat_complete_sector_p51.png
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
content simple
used by
element Association
facets
Kind Value Annotation
minLength 1
maxLength 6
pattern 
annotation
documentation
Train number written on the ticket
source <xs:element name="RetailServiceID">
 
<xs:annotation>
   
<xs:documentation>Train number written on the ticket</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="6"/>
     
<xs:pattern value=""/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element CoachOrTrainsetCommercialData/CommercialNumberOfVehicle
diagram taf_cat_complete_sector_p52.png
namespace http://taf-jsg.info/schemes
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Reservation number of a vehicle indicated on the ticket
source <xs:element name="CommercialNumberOfVehicle" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reservation number of a vehicle indicated on the ticket</xs:documentation>
 
</xs:annotation>
</xs:element>


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