biom:CSPCodeSimpleType

simpleType CSPCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for each of the available color spaces for images

Diagram

Enumerations

ValueDefinition
GRAYGrayscale, monochrome
RGBUndetermined color space for an RGB image
SRGBsRGB, IEC 61966-2-1
SYCCYCbCr, JPEG 2000 compressed
UNKUndefined
YCCYCbCr, 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: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>