biom:Integer1to9Type
complexType Integer1to9Type in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type of integer that has a value range of 1 to 9
Diagram
XML Schema
<xs:complexType name="Integer1to9Type">
<xs:annotation>
<xs:documentation>
A data type of integer that has a value range of 1 to 9</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="biom:Integer1to9SimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>