complexType atis:SubscribeForm
diagram
namespace http://www.ATIS-Draft-03-00-79
children action id start end frequency
used by
elements RequestInformation/subscription atis:InformationRequest/subscription
source <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>

element atis:SubscribeForm/action
diagram
type atis:SubscribeType
properties
isRef 0
content simple
source <xs:element name="action" type="SubscribeType"/>

element atis:SubscribeForm/id
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="id" type="im:ReferenceID" minOccurs="0"/>

element atis:SubscribeForm/start
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="start" type="DateTimePair" minOccurs="0"/>

element atis:SubscribeForm/end
diagram
type atis:DateTimePair
properties
isRef 0
content simple
source <xs:element name="end" type="DateTimePair"/>

element atis:SubscribeForm/frequency
diagram
type atis:TimeInterval
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="frequency" type="TimeInterval" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy