complexType BestBuyVeh
diagram pscev_p279.png
children VehType VendorPref VehDescription ImageLink Fares PickUp DropOff
attributes
Name  Type  Use  Default  Fixed  annotation
VehicleIdxs:stringrequired      
SupplierIdxs:string      
source <xs:complexType name="BestBuyVeh">
 
<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="VehFares"/>
   
<xs:element name="PickUp" type="PickUpDropOffTimeSeq"/>
   
<xs:element name="DropOff" type="PickUpDropOffTimeSeq"/>
 
</xs:sequence>
 
<xs:attribute name="VehicleId" type="xs:string" use="required"/>
 
<xs:attribute name="SupplierId" type="xs:string"/>
</xs:complexType>

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

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

element BestBuyVeh/VehType
diagram pscev_p280.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 BestBuyVeh/VendorPref
diagram pscev_p281.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 BestBuyVeh/VehDescription
diagram pscev_p282.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="VehDescription" type="xs:string" minOccurs="0"/>

element BestBuyVeh/ImageLink
diagram pscev_p283.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 BestBuyVeh/Fares
diagram pscev_p284.png
type VehFares
properties
isRef 0
content complex
children Fare
source <xs:element name="Fares" type="VehFares"/>

element BestBuyVeh/PickUp
diagram pscev_p285.png
type PickUpDropOffTimeSeq
properties
isRef 0
content complex
children Destinations OfficeCode Date PickUpDropOffTimes Time
source <xs:element name="PickUp" type="PickUpDropOffTimeSeq"/>

element BestBuyVeh/DropOff
diagram pscev_p286.png
type PickUpDropOffTimeSeq
properties
isRef 0
content complex
children Destinations OfficeCode Date PickUpDropOffTimes Time
source <xs:element name="DropOff" type="PickUpDropOffTimeSeq"/>


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