WCS 校准架构
本主题介绍扩展 WCS 颜色设备模型配置文件的 WCS 校准架构。
WCS 校准架构
以下架构定义用于指定支持 WCS 颜色设备模型配置文件校准的新Windows 7 定义。
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) Microsoft. All rights reserved. The Windows Color System
color profile schemas may be used according to the terms of the license agreement
available at https://www.microsoft.com/whdc/device/display/color/wcs_license.mspx.
-->
<xs:schema
xmlns:cal="http://schemas.microsoft.com/windows/2007/11/color/Calibration"
xmlns:wcs="http://schemas.microsoft.com/windows/2005/02/color/WcsCommonProfileTypes"
targetNamespace="http://schemas.microsoft.com/windows/2007/11/color/Calibration"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
blockDefault="#all"
version="1.0">
<xs:annotation>
<xs:documentation>
Color Device Model Calibration profile schema.
Copyright (C) Microsoft. All rights reserved.
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://schemas.microsoft.com/windows/2005/02/color/WcsCommonProfileTypes" />
<xs:complexType name="AdapterGammaConfiguration">
<xs:choice>
<xs:element name="ParameterizedCurves" type="wcs:ParameterizedCurvesType"/>
<xs:element name="HDRToneResponseCurves" type="wcs:HDRToneResponseCurvesType"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="Calibration">
<xs:sequence>
<xs:element name="AdapterGammaConfiguration" type="cal:AdapterGammaConfiguration" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
为了与 Windows Vista 兼容,包含校准标记的配置文件应包括该属性mc:Ignoreable="cdm_calibration"
。