biom:Decimal2DigitPrecisionSimpleType
simpleType Decimal2DigitPrecisionSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for decimal values with 2 digit after decimal
Diagram
XML Schema
<xs:simpleType name="Decimal2DigitPrecisionSimpleType">
<xs:annotation>
<xs:documentation>
A data type for decimal values with 2 digit after decimal</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="00.00"/>
<xs:fractionDigits value="2"/>
<xs:totalDigits value="4"/>
</xs:restriction>
</xs:simpleType>