biom:CaptureLocationType
complexType CaptureLocationType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a location where a biometric sample was collected
Diagram
XML Schema
<xs:complexType name="CaptureLocationType">
<xs:annotation>
<xs:documentation>
A data type for a location where a biometric sample was collected</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:LocationType">
<xs:sequence>
<xs:element ref="biom:LocationAlternateGeographicSystemValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:CaptureLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>