em:StagingType

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

Definition

A data type for a structure that contains staging information

Diagram

XML Schema

<xs:complexType name="StagingType">
<xs:annotation>
<xs:documentation>
A data type for a structure that contains staging information
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ContactRadioChannelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ResponseLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:RoutingInstructionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:StagingLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:StagingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>