QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
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 |
Element | ifc:IfcConversionBasedUnit |
Complex Type | ifc:IfcConversionBasedUnitWithOffset |
<xs:complexType name="IfcConversionBasedUnit"> <xs:complexContent> <xs:extension base="ifc:IfcNamedUnit"> <xs:sequence> <xs:element name="ConversionFactor" type="ifc:IfcMeasureWithUnit" nillable="true"/> </xs:sequence> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |