| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Name | ifc:IfcSIUnitName | optional | ||||
| Prefix | ifc:IfcSIPrefix | 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:IfcSIUnit |
<xs:complexType name="IfcSIUnit"> <xs:complexContent> <xs:extension base="ifc:IfcSIUnit-temp"> <xs:attribute name="Prefix" type="ifc:IfcSIPrefix" use="optional"/> <xs:attribute name="Name" type="ifc:IfcSIUnitName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |