Documentation for ATIS-Draft-03-00-79

Complex Type: RequestStatus

[Table of contents]

Super-types: None
Sub-types: None
Name RequestStatus
Used by (from the same schema document) Complex Type StatusBlock
Abstract no
XML Instance Representation
<...>
<id> im:ReferenceID </id> [0..1]
<supportedAgencies> tmdd:Organization-resource-identifier </supportedAgencies> [0..100]
<filterTypesInfo> URL-Link </filterTypesInfo> [0..1]
<lrmsTypeInfo> URL-Link </lrmsTypeInfo> [0..1]
<extensionTypeInfo> URL-Link </extensionTypeInfo> [0..1]
<maxDuration> TimeInterval </maxDuration> [0..1]
<minInterval> TimeInterval </minInterval> [0..1]
<localRequestStatus> local:RequestStatus </localRequestStatus> [0..1]
</...>
Diagram
h-689557503 h-632460109 h882153789 h882153789 h882153789 h1514126263 h1514126263 h-1437422852
Schema Component Representation
<xs:complexType name="RequestStatus">
<xs:sequence>
<xs:element name="id" type=" im:ReferenceID " minOccurs="0"/>
<-- a ref id will be returned with a sucessfull subscribe action. This value is used to refer to the subscription thereafter -->
<xs:element name="supportedAgencies" type=" tmdd:Organization-resource-identifier " minOccurs="0" maxOccurs="100"/>
<-- returns list of agencies -->
<xs:element name="filterTypesInfo" type=" URL-Link " minOccurs="0"/>
<-- returns information on the types of event which one can filter on -->
<xs:element name="lrmsTypeInfo" type=" URL-Link " minOccurs="0"/>
<-- returns information on the LRMS profiles supported or the type of error found in the request -->
<xs:element name="extensionTypeInfo" type=" URL-Link " minOccurs="0"/>
<-- returns information on any locally defined filters for the user -->
<xs:element name="maxDuration" type=" TimeInterval " minOccurs="0"/>
<-- returns the max allowed subscription time -->
<xs:element name="minInterval" type=" TimeInterval " minOccurs="0"/>
<-- returns min update interval supported -->
<xs:element name="localRequestStatus" type=" local:RequestStatus " minOccurs="0"/>
</xs:sequence>
</xs:complexType>