complexType PostBookingVehicle
diagram pscev_p1024.png
children VehType VendorPref VehDescription ImageLink Fares AirportCodes
used by
element BookingProductsVehicles/Vehicle
attributes
Name  Type  Use  Default  Fixed  annotation
VehicleIdxs:stringrequired      
SupplierIdxs:string      
source <xs:complexType name="PostBookingVehicle">
 
<xs:sequence>
   
<xs:element name="VehType" type="VehTypeDesc"/>
   
<xs:element name="VendorPref" type="VendorPref" minOccurs="0"/>
   
<xs:element name="VehDescription" type="xs:string" minOccurs="0"/>
   
<xs:element name="ImageLink" type="ImageLink" minOccurs="0"/>
   
<xs:element name="Fares" type="PostBookingVehicleFares"/>
   
<xs:element name="AirportCodes" type="AirportCodes" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="VehicleId" type="xs:string" use="required"/>
 
<xs:attribute name="SupplierId" type="xs:string"/>
</xs:complexType>

attribute PostBookingVehicle/@VehicleId
type xs:string
properties
isRef 0
use required
source <xs:attribute name="VehicleId" type="xs:string" use="required"/>

attribute PostBookingVehicle/@SupplierId
type xs:string
properties
isRef 0
source <xs:attribute name="SupplierId" type="xs:string"/>

element PostBookingVehicle/VehType
diagram pscev_p1025.png
type VehTypeDesc
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Codexs:stringrequired      
Descriptionxs:string      
source <xs:element name="VehType" type="VehTypeDesc"/>

element PostBookingVehicle/VendorPref
diagram pscev_p1026.png
type VendorPref
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Codexs:stringrequired      
Descriptionxs:string      
source <xs:element name="VendorPref" type="VendorPref" minOccurs="0"/>

element PostBookingVehicle/VehDescription
diagram pscev_p1027.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="VehDescription" type="xs:string" minOccurs="0"/>

element PostBookingVehicle/ImageLink
diagram pscev_p1028.png
type ImageLink
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children ImageDescription DisplayOrder ImageHeight ImageWidth ImageURL ThumbnailURL
source <xs:element name="ImageLink" type="ImageLink" minOccurs="0"/>

element PostBookingVehicle/Fares
diagram pscev_p1029.png
type PostBookingVehicleFares
properties
isRef 0
content complex
children Fare
source <xs:element name="Fares" type="PostBookingVehicleFares"/>

element PostBookingVehicle/AirportCodes
diagram pscev_p1030.png
type AirportCodes
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
PickUpxs:int      
DropOffxs:int      
source <xs:element name="AirportCodes" type="AirportCodes" minOccurs="0"/>


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