QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
Identification | ifc:IfcIdentifier | optional | ||||
Location | ifc:IfcURIReference | optional | ||||
Name | ifc:IfcLabel | 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:IfcDocumentReference |
<xs:complexType name="IfcDocumentReference"> <xs:complexContent> <xs:extension base="ifc:IfcExternalReference"> <xs:sequence> <xs:element name="ReferencedDocument" type="ifc:IfcDocumentInformation" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="Description" type="ifc:IfcText" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |