Documentation for ATIS-Draft-03-00-79

Complex Type: TripConstraints

[Table of contents]

Super-types: None
Sub-types: None
Name TripConstraints
Used by (from the same schema document) Complex Type RouteRequest
Abstract no
XML Instance Representation
<...>
<modes> Mode </modes> [0..5]
<needs> ADA-Access </needs> [0..5]
<vehicleRestrictions> VehicleRestrictions </vehicleRestrictions> [0..1]
<otherNeeds> AmenitiesList </otherNeeds> [0..5]
<vehicleNeeds> AmenitiesList </vehicleNeeds> [0..5]
</...>
Diagram
h518212520 h-1500740648 h-517543218 h-98584080 h-98584080
Schema Component Representation
<xs:complexType name="TripConstraints">
<xs:sequence>
<xs:element name="modes" type=" Mode " minOccurs="0" maxOccurs="5"/>
<xs:element name="needs" type=" ADA-Access " minOccurs="0" maxOccurs="5"/>
<xs:element name="vehicleRestrictions" type=" VehicleRestrictions " minOccurs="0"/>
<xs:element name="otherNeeds" type=" AmenitiesList " minOccurs="0" maxOccurs="5"/>
<xs:element name="vehicleNeeds" type=" AmenitiesList " minOccurs="0" maxOccurs="5"/>
</xs:sequence>
</xs:complexType>