Documentation for ATIS-Draft-03-00-79

Complex Type: SPNoDimLine

[Table of contents]

Super-types: None
Sub-types: None
Name SPNoDimLine
Used by (from the same schema document) Complex Type SPSymbolPart
Abstract no
XML Instance Representation
<...>
<points> [1]
Start Sequence [1..20]
<point> SPNoDimPoint </point> [1]
End Sequence
</points>
</...>
Diagram
h-520104469
Schema Component Representation
<xs:complexType name="SPNoDimLine">
<xs:sequence>
<xs:element name="points">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="point" type=" SPNoDimPoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>