biom:LargeLineLengthPixelQuantitySimpleType
simpleType LargeLineLengthPixelQuantitySimpleType 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 variable-resolution image.
Diagram
XML Schema
<xs:simpleType name="LargeLineLengthPixelQuantitySimpleType">
<xs:annotation>
<xs:documentation>
A data type to define the number of pixels contained on a single line of a variable-resolution image.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="10"/>
<xs:maxInclusive value="99999"/>
</xs:restriction>
</xs:simpleType>