diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | RetailServiceID CommercialNumberOfVehicle CommercialTrafficType | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||||||||
namespace | http://taf-jsg.info/schemes | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
||||||
namespace | http://taf-jsg.info/schemes | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |