QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | ifc:IfcLabel | optional | ||||
ObjectType | 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 |
Complex Types | ifc:IfcAnnotation, ifc:IfcElement, ifc:IfcGrid, ifc:IfcPort, ifc:IfcProxy, ifc:IfcSpatialElement, ifc:IfcStructuralActivity, ifc:IfcStructuralItem |
Element | ifc:IfcProduct |
<xs:complexType name="IfcProduct" abstract="true"> <xs:complexContent> <xs:extension base="ifc:IfcObject"> <xs:sequence> <xs:element name="ObjectPlacement" type="ifc:IfcObjectPlacement" nillable="true" minOccurs="0"/> <xs:element name="Representation" type="ifc:IfcProductRepresentation" nillable="true" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |