Class ColorRgb

Applied Stereotypes:
XSDcomplexType

Color description in RGB schema.

Used in:
Color
Properties
  Name Type Cardinality AppliedStereotypes Description
  blue double 1..1 XSDattribute Blue component of the color. Range: [0..1].
  green double 1..1 XSDattribute Green component of the color. Range: [0..1].
  red double 1..1 XSDattribute Red component of the color. Range: [0..1].
XSD 1.3 Representation


<xsd:complexType name="ColorRgb">
<xsd:attribute name="red" type="Double" use="required"/>
<xsd:attribute name="green" type="Double" use="required"/>
<xsd:attribute name="blue" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property blue
    • XSDattribute
  • Property green
    • XSDattribute
  • Property red
    • XSDattribute

To XSD