complexType SubscribeForm
diagram
namespace http://www.ATIS-Draft-03-00-79
children action id start end frequency
used by
element 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 SubscribeForm/action
diagram
type SubscribeType
properties
isRef 0
content simple
source <xs:element name="action" type="SubscribeType"/>

element SubscribeForm/id
diagram
type im: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 SubscribeForm/start
diagram
type DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="start" type="DateTimePair" minOccurs="0"/>

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

element SubscribeForm/frequency
diagram
type 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