Documentation for ATIS-Draft-03-00-79

Complex Type: PiAckSubscriptionUpdate

[Table of contents]

Super-types: None
Sub-types: None
Name PiAckSubscriptionUpdate
Used by (from the same schema document) Element piAckSubscriptionUpdate
Abstract no
XML Instance Representation
<...>
<time-submitted> CPT-DateTime </time-submitted> [1]
<customer-id> PITravelerIden </customer-id> [0..1]
<username> CPT-Footnote </username> [0..1]
<all-updates-accepted> CPT-Boolean </all-updates-accepted> [1]
<reason-not-accepted> CPT-Footnote </reason-not-accepted> [0..1]
<current-subscriptions> [0..1]
Start Sequence [1..20]
<current-subscription> PICustSubscription </current-subscription> [1]
End Sequence
</current-subscriptions>
</...>
Diagram
h1272267302 h257513769 h-125442069 h325016637 h-125442069 h-1672760242
Schema Component Representation
<xs:complexType name="PiAckSubscriptionUpdate">
<xs:sequence>
<xs:element name="time-submitted" type=" CPT-DateTime "/>
<xs:element name="customer-id" type=" PITravelerIden " minOccurs="0"/>
<xs:element name="username" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="all-updates-accepted" type=" CPT-Boolean "/>
<xs:element name="reason-not-accepted" type=" CPT-Footnote " minOccurs="0"/>
<-- only if false above -->
<xs:element name="current-subscriptions" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="current-subscription" type=" PICustSubscription "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>