| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:attributeGroup name="ItineraryDetails"> <s:attribute name="ODRef" use="required"> <s:annotation> <s:documentation>Reference to the requested OD</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:maxLength value="64"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="ItineraryRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this option</s:documentation> </s:annotation> </s:attribute> <s:attribute name="From" type="s:string" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> </s:attribute> <s:attribute name="To" type="s:string" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Date" type="s:date" use="required"> <s:annotation> <s:documentation>Departure date</s:documentation> </s:annotation> </s:attribute> <s:attribute name="TravelTime" type="s:duration" use="required"> <s:annotation> <s:documentation>Total travel time. Format [nD]nHnM</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SeatsAvailable" type="s:int" use="required"> <s:annotation> <s:documentation>Seats currently available for this option</s:documentation> </s:annotation> </s:attribute> </s:attributeGroup> |
| type | restriction of s:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <s:attribute name="ODRef" use="required"> <s:annotation> <s:documentation>Reference to the requested OD</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:maxLength value="64"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="ItineraryRef" type="s:string" use="required"> <s:annotation> <s:documentation>Reference to this option</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="From" type="s:string" use="required"> <s:annotation> <s:documentation>Origin</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="To" type="s:string" use="required"> <s:annotation> <s:documentation>Destination</s:documentation> </s:annotation> </s:attribute> |
| type | s:date | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Date" type="s:date" use="required"> <s:annotation> <s:documentation>Departure date</s:documentation> </s:annotation> </s:attribute> |
| type | s:duration | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="TravelTime" type="s:duration" use="required"> <s:annotation> <s:documentation>Total travel time. Format [nD]nHnM</s:documentation> </s:annotation> </s:attribute> |
| type | s:int | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="SeatsAvailable" type="s:int" use="required"> <s:annotation> <s:documentation>Seats currently available for this option</s:documentation> </s:annotation> </s:attribute> |