Documentation for ATIS-Draft-03-00-79

Complex Type: SPBoundaryContent

[Table of contents]

Super-types: None
Sub-types: None
Name SPBoundaryContent
Used by (from the same schema document) Complex Type SpMapImage , Complex Type SpMapImageSub
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<locations> [0..1]
Start Sequence [1..100]
<location> SPPoint </location> [1]
End Sequence
</locations>
<features> [0..1]
Start Sequence [1..100]
<feature> CPTGenericIden </feature> [1]
End Sequence
</features>
End Choice
</...>
Diagram
h2081204526 h-1935084263
Schema Component Representation
<xs:complexType name="SPBoundaryContent">
<xs:sequence>
<xs:choice minOccurs="1">
<xs:element name="locations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="location" type=" SPPoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="features" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="feature" type=" CPTGenericIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>