Documentation for ATIS-Draft-03-00-79

Complex Type: SubscribeForm

[Table of contents]

Super-types: None
Sub-types: None
Name SubscribeForm
Used by (from the same schema document) Complex Type InformationRequest
Abstract no
XML Instance Representation
<...>
<action> SubscribeType </action> [1]
<id> im:ReferenceID </id> [0..1]
<start> DateTimePair </start> [0..1]
<end> DateTimePair </end> [1]
<frequency> TimeInterval </frequency> [0..1]
</...>
Diagram
h-1268281537 h-689557503 h1210973722 h1210973722 h1514126263
Schema Component Representation
<xs:complexType name="SubscribeForm">
<xs:sequence>
<xs:element name="action" type=" SubscribeType "/>
<xs:element name="id" type=" im:ReferenceID " minOccurs="0"/>
<-- used to provide a unique string for the subscription -->
<xs:element name="start" type=" DateTimePair " minOccurs="0"/>
<-- presume now if not present -->
<xs:element name="end" type=" DateTimePair "/>
<xs:element name="frequency" type=" TimeInterval " minOccurs="0"/>
<-- requested time between updates -->
</xs:sequence>
</xs:complexType>