| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Category | ifc:IfcLabel | optional | ||||
| Description | ifc:IfcText | optional | ||||
| IsVentilated | ifc:IfcLogical | optional | ||||
| LayerThickness | ifc:IfcNonNegativeLengthMeasure | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| OffsetDirection | ifc:IfcLayerSetDirectionEnum | optional | ||||
| OffsetValues | restriction of list of ifc:IfcLengthMeasure | optional | ||||
| Priority | 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 |
| Element | ifc:IfcMaterialLayerWithOffsets |
<xs:complexType name="IfcMaterialLayerWithOffsets"> <xs:complexContent> <xs:extension base="ifc:IfcMaterialLayer"> <xs:attribute name="OffsetDirection" type="ifc:IfcLayerSetDirectionEnum" use="optional"/> <xs:attribute name="OffsetValues" use="optional"> <xs:simpleType> <xs:restriction> <xs:simpleType> <xs:list itemType="ifc:IfcLengthMeasure"/> </xs:simpleType> <xs:minLength value="2"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |