| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| DispersionFactor | ifc:IfcReal | optional | ||||
| RefractionIndex | ifc:IfcReal | 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 |
| Element | ifc:IfcSurfaceStyleRefraction |
<xs:complexType name="IfcSurfaceStyleRefraction"> <xs:complexContent> <xs:extension base="ifc:IfcPresentationItem"> <xs:attribute name="RefractionIndex" type="ifc:IfcReal" use="optional"/> <xs:attribute name="DispersionFactor" type="ifc:IfcReal" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |