em:AlertAffectedLocationType
complexType AlertAffectedLocationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type for a location affected by an alert
Diagram
XML Schema
<xs:complexType name="AlertAffectedLocationType">
<xs:annotation>
<xs:documentation>
A data type for a location affected by an alert</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:LocationType">
<xs:sequence>
<xs:element ref="nc:PolygonCoordinate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Ceiling" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AlertAffectedLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>