cbrn:MapGuideLocationType
complexType MapGuideLocationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for location information based on a Guide map published by a vendor.
Diagram
XML Schema
<xs:complexType name="MapGuideLocationType">
<xs:annotation>
<xs:documentation>
A data type for location information based on a Guide map published by a vendor.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:MapGuideBrandCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MapGuideName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MapGuidePageNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MapGuideGridNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MapGuideLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>