attributeGroup CIELab
namespace https://printfactory.cloud/schema/2.0
used by
elements ChannelArray/Channel MediaSourceGroup/MediaType
attributes
Name  Type  Use  Default  Fixed  Annotation
CIELab_L  derived by: xs:decimal        
CIELab_a  derived by: xs:decimal        
CIELab_b  derived by: xs:decimal        
annotation
documentation
Attributes to define a CIELab color
source <xs:attributeGroup name="CIELab">
 
<xs:annotation>
   
<xs:documentation>Attributes to define a CIELab color</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="CIELab_L">
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="100"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="CIELab_a">
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minInclusive value="-128"/>
       
<xs:maxInclusive value="127"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="CIELab_b">
   
<xs:simpleType>
     
<xs:restriction base="xs:decimal">
       
<xs:minInclusive value="-128"/>
       
<xs:maxInclusive value="127"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute CIELab/@CIELab_L
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
source <xs:attribute name="CIELab_L">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="100"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute CIELab/@CIELab_a
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
source <xs:attribute name="CIELab_a">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute CIELab/@CIELab_b
type restriction of xs:decimal
facets
Kind Value Annotation
minInclusive -128
maxInclusive 127
source <xs:attribute name="CIELab_b">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="-128"/>
     
<xs:maxInclusive value="127"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy