Documentation for ATIS-Draft-03-00-79

Complex Type: SPIntDirection

[Table of contents]

Super-types: None
Sub-types: None
Name SPIntDirection
Used by (from the same schema document) Complex Type PiDirections
Abstract no
XML Instance Representation
<...>
<from> SPInteriorLocation </from> [0..1]
<to> SPInteriorLocation </to> [0..1]
<instruction> atis:ManeuverInstruction </instruction> [0..1]
<text> CPT-Footnote </text> [0..1]
<images> [0..1]
Start Sequence [1..10]
<image> PI-BinaryImageData </image> [1]
End Sequence
</images>
<image-format> PI-GraphicFormat </image-format> [0..1]
<video-format> PI-GraphicFormat </video-format> [0..1]
<frames> [1]
Start Sequence [1..5]
<frame> PI-BinaryVideoData </frame> [1]
End Sequence
</frames>
</...>
Diagram
h-1551571161 h-1551571161 h852592208 h-125442069 h-1122007595 h558168688 h558168688 h1089102069
Schema Component Representation
<xs:complexType name="SPIntDirection">
<xs:sequence>
<xs:element name="from" type=" SPInteriorLocation " minOccurs="0"/>
<xs:element name="to" type=" SPInteriorLocation " minOccurs="0"/>
<xs:element name="instruction" type=" atis:ManeuverInstruction " minOccurs="0"/>
<xs:element name="text" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="images" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="image" type=" PI-BinaryImageData "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="image-format" type=" PI-GraphicFormat " minOccurs="0"/>
<xs:element name="video-format" type=" PI-GraphicFormat " minOccurs="0"/>
<xs:element name="frames">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="frame" type=" PI-BinaryVideoData "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>