ifc:IfcSurfaceStyleRendering

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ReflectanceMethod ifc:IfcReflectanceMethodEnum optional
Transparency 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="IfcSurfaceStyleRendering">
  <xs:complexContent>
    <xs:extension base="ifc:IfcSurfaceStyleShading">
      <xs:sequence>
        <xs:element name="DiffuseColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColourOrFactor"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="TransmissionColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColourOrFactor"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="DiffuseTransmissionColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColourOrFactor"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="ReflectionColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColourOrFactor"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="SpecularColour" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcColourOrFactor"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="SpecularHighlight" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSpecularHighlightSelect"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="Transparency" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
      <xs:attribute name="ReflectanceMethod" type="ifc:IfcReflectanceMethodEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>