Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
In dit onderwerp wordt het WCS-kalibratieschema beschreven waarmee het profiel van het WCS-kleurenmodelmodel wordt uitgebreid.
Het WCS-kalibratieschema
De volgende schemadefinitie wordt gebruikt om de nieuwe Windows 7-definities op te geven die ondersteuning bieden voor WCS-kleurenmodelprofiel kalibratie.
<?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>
Voor compatibiliteit met Windows Vista moeten profielen met kalibratietags het kenmerk mc:Ignoreable="cdm_calibration"
bevatten.