biom:DeviceCertificationCodeSimpleType
simpleType DeviceCertificationCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type of code that indicates the conformance testing a product has undergone
Diagram
Enumerations
Value | Definition |
APPF | Certified to conform to FBI Appendix F specifications |
NONE | Not certified to conform to FBI Appendix F specifications |
XML Schema
<xs:simpleType name="DeviceCertificationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type of code that indicates the conformance testing a product has undergone</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="APPF">
<xs:annotation>
<xs:documentation>
Certified to conform to FBI Appendix F specifications</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONE">
<xs:annotation>
<xs:documentation>
Not certified to conform to FBI Appendix F specifications</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>