cbrn:SiteLocationAugmentationType

complexType SiteLocationAugmentationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for additional information about a site location.

Diagram

XML Schema

<xs:complexType name="SiteLocationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a site location.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:GeographicPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SiteSpecialInfoText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MapGuideLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SpecialEventName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SpecialEventStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SpecialEventEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:SpecialEventSecurityArea" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>