Documentation for ATIS-Draft-03-00-79

Complex Type: PiReportAckProfileUpdate

[Table of contents]

Super-types: None
Sub-types: None
Name PiReportAckProfileUpdate
Used by (from the same schema document) Element piReportAckProfileUpdate
Abstract no
XML Instance Representation
<...>
<time-submitted> CPT-DateTime </time-submitted> [1]
<customer> PITravelerIden </customer> [0..1]
<username> CPT-Footnote </username> [0..1]
<update-accepted> CPT-Boolean </update-accepted> [1]
<reason-not-accepted> CPT-Footnote </reason-not-accepted> [0..1]
</...>
Diagram
h1272267302 h257513769 h-125442069 h325016637 h-125442069
Schema Component Representation
<xs:complexType name="PiReportAckProfileUpdate">
<xs:sequence>
<xs:element name="time-submitted" type=" CPT-DateTime "/>
<xs:element name="customer" type=" PITravelerIden " minOccurs="0"/>
<xs:element name="username" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="update-accepted" type=" CPT-Boolean "/>
<xs:element name="reason-not-accepted" type=" CPT-Footnote " minOccurs="0"/>
</xs:sequence>
</xs:complexType>