ifc:IfcIndexedColourMap

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ColourIndex list of xs:long 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="IfcIndexedColourMap">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPresentationItem">
      <xs:sequence>
        <xs:element name="Overrides" type="ifc:IfcSurfaceStyleShading" nillable="true" minOccurs="0"/>
        <xs:element name="Colours" type="ifc:IfcColourRgbList" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="ColourIndex" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="xs:long"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>