biom:CSPCodeSimpleType
simpleType CSPCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for each of the available color spaces for images
Diagram
Enumerations
Value | Definition |
GRAY | Grayscale, monochrome |
RGB | Undetermined color space for an RGB image |
SRGB | sRGB, IEC 61966-2-1 |
SYCC | YCbCr, JPEG 2000 compressed |
UNK | Undefined |
YCC | YCbCr, legacy |
XML Schema
<xs:simpleType name="CSPCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for each of the available color spaces for images</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="GRAY">
<xs:annotation>
<xs:documentation>
Grayscale, monochrome</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RGB">
<xs:annotation>
<xs:documentation>
Undetermined color space for an RGB image</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SRGB">
<xs:annotation>
<xs:documentation>
sRGB, IEC 61966-2-1</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SYCC">
<xs:annotation>
<xs:documentation>
YCbCr, JPEG 2000 compressed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNK">
<xs:annotation>
<xs:documentation>
Undefined</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YCC">
<xs:annotation>
<xs:documentation>
YCbCr, legacy</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>