Class ColorCmyk

Applied Stereotypes:
XSDcomplexType

Color description in CMYK schema.

Used in:
Color
Properties
  Name Type Cardinality AppliedStereotypes Description
  cyan double 1..1 XSDattribute Cyan component of the color. Range: [0..1].
  key double 1..1 XSDattribute Black component of the color. Range: [0..1].
  magenta double 1..1 XSDattribute Magenta component of the color. Range: [0..1].
  yellow double 1..1 XSDattribute Yellow component of the color. Range: [0..1].
XSD 1.3 Representation


<xsd:complexType name="ColorCmyk">
<xsd:attribute name="cyan" type="Double" use="required"/>
<xsd:attribute name="magenta" type="Double" use="required"/>
<xsd:attribute name="yellow" type="Double" use="required"/>
<xsd:attribute name="key" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property cyan
    • XSDattribute
  • Property key
    • XSDattribute
  • Property magenta
    • XSDattribute
  • Property yellow
    • XSDattribute

To XSD