biom:GeographicSampleAcquisitionLocationType

complexType GeographicSampleAcquisitionLocationType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type to contain the location where the biometric sample/original source/context information was acquired.

Diagram

XML Schema

<xs:complexType name="GeographicSampleAcquisitionLocationType">
<xs:annotation>
<xs:documentation>
A data type to contain the location where the biometric sample/original source/context information was acquired.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:CaptureUTCDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location3DGeospatialCoordinate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationUTMCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:MGRSCoordinateStringText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:GeographicLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:GeographicLocationSystemName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:GeographicSampleAcquisitionLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>