em:EMSTrafficType

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

Definition

A data type for elements related to the status of operations of EMS traffic

Diagram

XML Schema

<xs:complexType name="EMSTrafficType">
<xs:annotation>
<xs:documentation>
A data type for elements related to the status of operations of EMS traffic
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:EMSTrafficReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EMSTrafficStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EMSTrafficAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>