Documentation for ATIS-Draft-03-00-79

Complex Type: FCComponentEventStatusReport

[Table of contents]

Super-types: None
Sub-types: None
Name FCComponentEventStatusReport
Used by (from the same schema document) Complex Type FcFareHealth , Complex Type FcUnloadData , Complex Type FCRevenueRecord
Abstract no
XML Instance Representation
<...>
<id> FC-ComponentEventID </id> [1]
<list-of-status-types> [1]
Start Sequence [1..20]
<list-of-status-type> FC-ComponentStatusType </list-of-status-type> [1]
End Sequence
</list-of-status-types>
<datetime> CPT-DateTime </datetime> [1]
<footnote> CPT-Footnote </footnote> [0..1]
</...>
Diagram
h-190578653 h-296372066 h1272267302 h-125442069
Schema Component Representation
<xs:complexType name="FCComponentEventStatusReport">
<xs:sequence>
<xs:element name="id" type=" FC-ComponentEventID "/>
<xs:element name="list-of-status-types">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="list-of-status-type" type=" FC-ComponentStatusType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="datetime" type=" CPT-DateTime "/>
<-- date/time update occurred -->
<xs:element name="footnote" type=" CPT-Footnote " minOccurs="0"/>
</xs:sequence>
</xs:complexType>