complexType PickUpDropOffTimeSeq
diagram pscev_p979.png
children Destinations OfficeCode Date PickUpDropOffTimes Time
used by
elements Vehicles/Vehicle/DropOff BestBuyVeh/DropOff AvailabilityValidationRSVehicles/Vehicle/DropOff BookingProductsVehicles/Vehicle/DropOff AdditionalInfoQueryProductsVehicles/Vehicle/DropOff Vehicles/Vehicle/PickUp BestBuyVeh/PickUp AvailabilityValidationRSVehicles/Vehicle/PickUp BookingProductsVehicles/Vehicle/PickUp AdditionalInfoQueryProductsVehicles/Vehicle/PickUp
source <xs:complexType name="PickUpDropOffTimeSeq">
 
<xs:sequence>
   
<xs:element name="Destinations" type="Destinations"/>
   
<xs:element name="OfficeCode" type="xs:string" minOccurs="0"/>
   
<xs:element name="Date" type="xs:date"/>
   
<xs:choice minOccurs="0">
     
<xs:element name="PickUpDropOffTimes" type="PickUpDropOffTimes"/>
     
<xs:element name="Time" type="xs:time"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element PickUpDropOffTimeSeq/Destinations
diagram pscev_p980.png
type Destinations
properties
isRef 0
content complex
children Destination
attributes
Name  Type  Use  Default  Fixed  annotation
ItemsCountItemsCount      
source <xs:element name="Destinations" type="Destinations"/>

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

element PickUpDropOffTimeSeq/Date
diagram pscev_p982.png
type xs:date
properties
isRef 0
content simple
source <xs:element name="Date" type="xs:date"/>

element PickUpDropOffTimeSeq/PickUpDropOffTimes
diagram pscev_p983.png
type PickUpDropOffTimes
properties
isRef 0
content complex
children PickUpDropOffTime
source <xs:element name="PickUpDropOffTimes" type="PickUpDropOffTimes"/>

element PickUpDropOffTimeSeq/Time
diagram pscev_p984.png
type xs:time
properties
isRef 0
content simple
source <xs:element name="Time" type="xs:time"/>


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