em:ServiceCallResponseLocationType

complexType ServiceCallResponseLocationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for a structure that extends nc:LocationType

Diagram

XML Schema

<xs:complexType name="ServiceCallResponseLocationType">
<xs:annotation>
<xs:documentation>
A data type for a structure that extends nc:LocationType
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:CellIDText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CellSectorIDText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CoordinateDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SpeedMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:UncertaintyDistanceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:FireboxText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ServiceCallResponseLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>