| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| Name | ifc:IfcIdentifier | 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:IfcPropertySingleValue |
<xs:complexType name="IfcPropertySingleValue"> <xs:complexContent> <xs:extension base="ifc:IfcSimpleProperty"> <xs:sequence> <xs:element name="NominalValue" nillable="true" minOccurs="0"> <xs:complexType> <xs:group ref="ifc:IfcValue"/> </xs:complexType> </xs:element> <xs:element name="Unit" nillable="true" minOccurs="0"> <xs:complexType> <xs:group ref="ifc:IfcUnit"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |