Schema Component Representation
<
xs:complexType
name="
SPIncidentLocation">
<
xs:sequence>
<
xs:element
name="
polygonLocation"
type="
SPPolygon
"
minOccurs="
0"/>
<
xs:element
name="
lineLocationBegin"
type="
lrms:GeoLocation
"
minOccurs="
0"/>
<
xs:element
name="
lineLocationEnd"
type="
lrms:GeoLocation
"
minOccurs="
0"/>
<
xs:element
name="
data-quality"
type="
SPDataQuality
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>