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"
。