biom:SegmentGeographicalLocationType

complexType SegmentGeographicalLocationType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a specific geographical location of the primary subject of a recording at the beginning of a recording segment.

Diagram

XML Schema

<xs:complexType name="SegmentGeographicalLocationType">
<xs:annotation>
<xs:documentation>
A data type for a specific geographical location of the primary subject of a recording at the beginning of a recording segment.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:SegmentIDList" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationElevation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location2DGeospatialCoordinate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationUTMCoordinateValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:LocationAlternateGeographicSystemValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CellPhoneTowerCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SegmentGeographicalLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>