complexType SingleVehicle
diagram pscev_p1220.png
children PickUp DropOff SpecialEquipPrefs
used by
element SingleVehicles/Vehicle
attributes
Name  Type  Use  Default  Fixed  annotation
TripProductIdTripProductIDrequired      
source <xs:complexType name="SingleVehicle">
 
<xs:sequence>
   
<xs:element name="PickUp" type="PickUpDropOff"/>
   
<xs:element name="DropOff" type="PickUpDropOff"/>
   
<xs:element name="SpecialEquipPrefs" type="SpecialEquipPrefsId" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="TripProductId" type="TripProductID" use="required"/>
</xs:complexType>

attribute SingleVehicle/@TripProductId
type TripProductID
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 32 
maxLength 100 
source <xs:attribute name="TripProductId" type="TripProductID" use="required"/>

element SingleVehicle/PickUp
diagram pscev_p1221.png
type PickUpDropOff
properties
isRef 0
content complex
children Destinations OfficeCode Date Time
source <xs:element name="PickUp" type="PickUpDropOff"/>

element SingleVehicle/DropOff
diagram pscev_p1222.png
type PickUpDropOff
properties
isRef 0
content complex
children Destinations OfficeCode Date Time
source <xs:element name="DropOff" type="PickUpDropOff"/>

element SingleVehicle/SpecialEquipPrefs
diagram pscev_p1223.png
type SpecialEquipPrefsId
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children SpecialEquipPref
source <xs:element name="SpecialEquipPrefs" type="SpecialEquipPrefsId" minOccurs="0"/>


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