| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ConversionOffset | ifc:IfcReal | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| UnitType | ifc:IfcUnitEnum | 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="IfcConversionBasedUnitWithOffset"> <xs:complexContent> <xs:extension base="ifc:IfcConversionBasedUnit"> <xs:attribute name="ConversionOffset" type="ifc:IfcReal" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |