| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.w3.org/2000/svg | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="local" type="string" use="optional"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="name" type="string" use="required"/> |
| type | restriction of xs:string | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| 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> |