| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Category | ifc:IfcLabel | optional | ||||
| Description | ifc:IfcText | optional | ||||
| Name | ifc:IfcLabel | 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 |
<xs:complexType name="IfcMaterialProfileWithOffsets"> <xs:complexContent> <xs:extension base="ifc:IfcMaterialProfile"> <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> |