WCS-Kalibrierungsschema
In diesem Thema wird das WCS-Kalibrierungsschema beschrieben, das das WCS-Farbgerätemodellprofil erweitert.
Das WCS-Kalibrierungsschema
Die folgende Schemadefinition wird verwendet, um die neuen Windows 7-Definitionen anzugeben, die die Kalibrierung von WCS-Farbgerätemodellprofilen unterstützen.
<?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>
Aus Gründen der Kompatibilität mit Windows Vista sollten Profile, die Kalibrierungstags enthalten, das Attribut mc:Ignoreable="cdm_calibration"
enthalten.