Documentation for ATIS-Draft-03-00-79

Complex Type: StatusBlock

[Table of contents]

Super-types: None
Sub-types: None
Name StatusBlock
Used by (from the same schema document) Complex Type AdvisoryInformation , Complex Type InformationResponse
Abstract no
XML Instance Representation
<...>
<level> Error-NotificationLevel </level> [1]
<code> Error-NotificationCode </code> [1]
<text> itis:ITIScodesAndText </text> [0..1]
<relatedData> [0..1]
Start Choice [1]
<subscribe> RequestStatus </subscribe> [1]
<route> RouteStatus </route> [1]
<server> ServerStatus </server> [1]
<localStatusBlock> local:StatusBlock </localStatusBlock> [0..1]
End Choice
</relatedData>
<furtherInfo> URL-Link </furtherInfo> [0..1]
</...>
Diagram
h1383611023 h-1202552446 h-2117645544 h-1437422852 h1508139510 h-1783928294 h-1591559658 h882153789
Schema Component Representation
<xs:complexType name="StatusBlock">
<xs:sequence>
<xs:element name="level" type=" Error-NotificationLevel "/>
<xs:element name="code" type=" Error-NotificationCode "/>
<xs:element name="text" type=" itis:ITIScodesAndText " minOccurs="0"/>
<xs:element name="relatedData" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="subscribe" type=" RequestStatus "/>
<xs:element name="route" type=" RouteStatus "/>
<xs:element name="server" type=" ServerStatus "/>
<xs:element name="localStatusBlock" type=" local:StatusBlock " minOccurs="0"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="furtherInfo" type=" URL-Link " minOccurs="0"/>
</xs:sequence>
</xs:complexType>