Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:ColorComponents
Namespace http://diggsml.org/schema-dev
Annotations
An object that holds the components of a Munsell color description (intensity, modifier, and hue). These components can be used to programmatically construct a color description, for example:
1) intensity = dark
2) modifier = greenish
3) hue = Gray
can be used to construct a color name of "dark greenish Grey" which, for example, would correspond to one or more Munsell color codes.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idKernel_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeKernel_xsd_Element_diggs_intensity.tmp#intensityKernel_xsd_Complex_Type_diggs_ColorComponentsType.tmp#ColorComponentsType_modifierKernel_xsd_Complex_Type_diggs_ColorComponentsType.tmp#ColorComponentsType_hueKernel_xsd_Complex_Type_diggs_ColorComponentsType.tmp#ColorComponentsType
Type diggs:ColorComponentsType
Type hierarchy
Properties
content complex
Used by
Model
Children diggs:hue, diggs:intensity, diggs:modifier
Instance
<diggs:ColorComponents gml:id="" xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:intensity>{0,1}</diggs:intensity>
  <diggs:modifier>{0,1}</diggs:modifier>
  <diggs:hue>{1,1}</diggs:hue>
</diggs:ColorComponents>
Attributes
QName Type Use Annotation
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<element name="ColorComponents" type="diggs:ColorComponentsType">
  <annotation>
    <documentation>An object that holds the components of a Munsell color description (intensity, modifier, and hue). These components can be used to programmatically construct a color description, for example: 1) intensity = dark 2) modifier = greenish 3) hue = Gray can be used to construct a color name of "dark greenish Grey" which, for example, would correspond to one or more Munsell color codes.</documentation>
  </annotation>
</element>