diagram | ![]() |
||
namespace | http://www.ATIS-Draft-03-00-79 | ||
children | messageHeader parkingFacID parkingRates confirm | ||
used by |
|
||
source | <xs:complexType name="ParkingSpaceReply"> <xs:sequence> <xs:element name="messageHeader" type="MessageHeader"/> <xs:element name="parkingFacID" type="tcip:PI-ParkingFacID"/> <!-- the lot in queston --> <xs:element name="parkingRates" type="tcip:PI-ParkingRates"/> <!-- the rates for this lot --> <xs:element name="confirm"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | atis:MessageHeader | ||||
properties |
|
||||
children | sender messageID responseTo timeStamp revision msgCount | ||||
source | <xs:element name="messageHeader" type="MessageHeader"/> |
diagram | ![]() |
||||
type | tcip:PI-ParkingFacID | ||||
properties |
|
||||
source | <xs:element name="parkingFacID" type="tcip:PI-ParkingFacID"/> |
diagram | ![]() |
||||
type | tcip:PI-ParkingRates | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="parkingRates" type="tcip:PI-ParkingRates"/> |
diagram | ![]() |
||||
type | restriction of xs:boolean | ||||
properties |
|
||||
source | <xs:element name="confirm"> <xs:simpleType> <xs:restriction base="xs:boolean"/> </xs:simpleType> </xs:element> |