biom:ResolutionMethodInformationType
complexType ResolutionMethodInformationType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for the optional field that states the method used for determining the pixel density of the image.
Diagram
XML Schema
<xs:complexType name="ResolutionMethodInformationType">
<xs:annotation>
<xs:documentation>
A data type for the optional field that states the method used for determining the pixel density of the image.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ResolutionMeansCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleLengthValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleUnitCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleXCoordinateAValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleYCoordinateAValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleXCoordinateBValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionScaleYCoordinateBValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ResolutionMethodInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>