complexType svg:color-profileType
diagram ddml31_p259.png
namespace http://www.w3.org/2000/svg
used by
element svg:color-profile
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:IDoptional      
baseoptional      
documentation
See http://www.w3.org/TR/xmlbase/ for
                     information about this attribute.
type    simple  
role      
arcrole      
title      
show  other    
actuate  onLoad    
hrefoptional      
localxs:stringoptional      
namexs:stringrequired      
rendering-intentderived by: xs:string  auto    
source <xs:complexType name="color-profileType">
 
<xs:attributeGroup ref="svg:stdAttrs"/>
 
<xs:attributeGroup ref="svg:xlinkRefAttrs"/>
 
<xs:attribute ref="xlink:href" use="optional"/>
 
<xs:attribute name="local" type="string" use="optional"/>
 
<xs:attribute name="name" type="string" use="required"/>
 
<xs:attribute name="rendering-intent" default="auto">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="auto"/>
       
<xs:enumeration value="perceptual"/>
       
<xs:enumeration value="relative-colorimetric"/>
       
<xs:enumeration value="saturation"/>
       
<xs:enumeration value="absolute-colorimetric"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute svg:color-profileType/@local
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="local" type="string" use="optional"/>

attribute svg:color-profileType/@name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="name" type="string" use="required"/>

attribute svg:color-profileType/@rendering-intent
type restriction of xs:string
properties
isRef 0
default auto
facets
enumeration auto
enumeration perceptual
enumeration relative-colorimetric
enumeration saturation
enumeration absolute-colorimetric
source <xs:attribute name="rendering-intent" default="auto">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="auto"/>
     
<xs:enumeration value="perceptual"/>
     
<xs:enumeration value="relative-colorimetric"/>
     
<xs:enumeration value="saturation"/>
     
<xs:enumeration value="absolute-colorimetric"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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