Schema Component Representation
<
xs:complexType
name="
PiAckSubscriptionUpdate">
<
xs:sequence>
<
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"/>
<
xs:element
name="
current-subscriptions"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
20">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
</
xs:sequence>
</
xs:complexType>