Documentation for ATIS-Draft-03-00-79

Complex Type: InformationResponse

[Table of contents]

Super-types: None
Sub-types: None
Name InformationResponse
Used by (from the same schema document) Complex Type ATISMessage , Element informationResponse
Abstract no
XML Instance Representation
<...>
<messageHeader> MessageHeader </messageHeader> [1]
<responseGroup> ResponseGroup </responseGroup> [0..100]
<statusBlock> StatusBlock </statusBlock> [0..100]
</...>
Diagram
h-431763185 h-1185819047 h-1591559658
Schema Component Representation
<xs:complexType name="InformationResponse">
<xs:sequence>
<xs:element name="messageHeader" type=" MessageHeader "/>
<xs:element name="responseGroup" type=" ResponseGroup " minOccurs="0" maxOccurs="100"/>
<xs:element name="statusBlock" type=" StatusBlock " minOccurs="0" maxOccurs="100"/>
</xs:sequence>
</xs:complexType>