home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / System32 / mscms.dll / 100 / 2 < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  74 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema 
  3.     xmlns:cam="http://schemas.microsoft.com/windows/2005/02/color/ColorAppearanceModel"
  4.     xmlns:wcs="http://schemas.microsoft.com/windows/2005/02/color/WcsCommonProfileTypes"
  5.     targetNamespace="http://schemas.microsoft.com/windows/2005/02/color/ColorAppearanceModel"
  6.     xmlns:xs="http://www.w3.org/2001/XMLSchema"
  7.     elementFormDefault="qualified"
  8.     attributeFormDefault="unqualified"
  9.     blockDefault="#all"
  10.     version="1.0">
  11.  
  12.     <xs:annotation>
  13.         <xs:documentation>
  14.             Color Appearance Model profile schema.
  15.             Copyright (c) Microsoft Corporation. All rights reserved.
  16.         </xs:documentation>
  17.     </xs:annotation>
  18.  
  19.     <xs:import namespace="http://schemas.microsoft.com/windows/2005/02/color/WcsCommonProfileTypes" />
  20.  
  21.     <xs:annotation>
  22.         <xs:documentation>
  23.             ColorAppearanceModel element contains viewing conditions
  24.             parameters based on CIECAM02. 
  25.         </xs:documentation>
  26.     </xs:annotation>
  27.     <xs:element name="ColorAppearanceModel">
  28.         <xs:complexType>
  29.             <xs:sequence>
  30.                 <xs:element name="ProfileName" type="wcs:MultiLocalizedTextType"/>
  31.                 <xs:element name="Description" type="wcs:MultiLocalizedTextType" minOccurs="0"/>
  32.                 <xs:element name="Author" type="wcs:MultiLocalizedTextType" minOccurs="0"/>
  33.                 <xs:element name="ViewingConditions">
  34.                     <xs:complexType>
  35.                         <xs:sequence>
  36.                             <xs:choice>
  37.                                 <xs:element name="WhitePoint" type="wcs:NonNegativeCIEXYZType"/>
  38.                                 <xs:element name="WhitePointName">
  39.                                     <xs:simpleType>
  40.                                         <xs:restriction base="xs:string">
  41.                                             <xs:enumeration value="D50"/>
  42.                                             <xs:enumeration value="D65"/>
  43.                                             <xs:enumeration value="A"/>
  44.                                             <xs:enumeration value="F2"/>
  45.                                         </xs:restriction>
  46.                                     </xs:simpleType>
  47.                                 </xs:element>
  48.                             </xs:choice>
  49.                             <xs:element name="Background" type="wcs:NonNegativeCIEXYZType"/>
  50.                             <xs:choice>
  51.                                 <xs:element name="ImpactOfSurround" type="xs:float"/>
  52.                                 <xs:element name="Surround">
  53.                                     <xs:simpleType>
  54.                                         <xs:restriction base="xs:string">
  55.                                             <xs:enumeration value="Average"/>
  56.                                             <xs:enumeration value="Dim"/>
  57.                                             <xs:enumeration value="Dark"/>
  58.                                         </xs:restriction>
  59.                                     </xs:simpleType>
  60.                                 </xs:element>
  61.                             </xs:choice>
  62.                             <xs:element name="LuminanceOfAdaptingField" type="xs:float"/>
  63.                             <xs:element name="DegreeOfAdaptation" type="xs:float"/>
  64.               <xs:element name="NormalizeToMediaWhitePoint" type="xs:boolean" minOccurs="0" />
  65.                         </xs:sequence>
  66.                     </xs:complexType>
  67.                 </xs:element>
  68.             </xs:sequence>
  69.             <xs:attribute name="ID" type="xs:string" use="optional" />
  70.         </xs:complexType>
  71.     </xs:element>
  72. </xs:schema>
  73.  
  74.