em:ServiceCallAugmentationType

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

Definition

A data type for additional information about a call for service

Diagram

XML Schema

<xs:complexType name="ServiceCallAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a call for service
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:ServiceCallResponseLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:FireSeverityLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallSubCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallPriorityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Comment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DataLink" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Staging" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SubstanceCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallOpenDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallUpdateDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CallCloseDate" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>