Documentation for ATIS-Draft-03-00-79

Complex Type: SPIncidentLocation

[Table of contents]

Super-types: None
Sub-types: None
Name SPIncidentLocation
Used by (from the same schema document) Complex Type SpGeolocationData
Abstract no
XML Instance Representation
<...>
<incident> IMIncidentIden </incident> [1]
<pointLocation> lrms:GeoLocation </pointLocation> [0..1]
<polygonLocation> SPPolygon </polygonLocation> [0..1]
<lineLocationBegin> lrms:GeoLocation </lineLocationBegin> [0..1]
<lineLocationEnd> lrms:GeoLocation </lineLocationEnd> [0..1]
<data-quality> SPDataQuality </data-quality> [0..1]
</...>
Diagram
h-1971041825 h-542031743 h-1414121128 h-542031743 h-542031743 h352582419
Schema Component Representation
<xs:complexType name="SPIncidentLocation">
<xs:sequence>
<xs:element name="incident" type=" IMIncidentIden "/>
<xs:element name="pointLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<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>