ifc:IfcColourRgb

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Blue ifc:IfcNormalisedRatioMeasure optional
Green ifc:IfcNormalisedRatioMeasure optional
Name ifc:IfcLabel optional
Red ifc:IfcNormalisedRatioMeasure optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcColourRgb">
  <xs:complexContent>
    <xs:extension base="ifc:IfcColourSpecification">
      <xs:attribute name="Red" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
      <xs:attribute name="Green" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
      <xs:attribute name="Blue" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>