biom:SmallLineLengthPixelQuantitySimpleType
simpleType SmallLineLengthPixelQuantitySimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type to define the number of pixels contained on a single line of a fixed resolution 500ppi image.
Diagram
XML Schema
<xs:simpleType name="SmallLineLengthPixelQuantitySimpleType">
<xs:annotation>
<xs:documentation>
A data type to define the number of pixels contained on a single line of a fixed resolution 500ppi image.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>