| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| ApplicableOccurrence | ifc:IfcIdentifier | optional | ||||
| ConstructionType | ifc:IfcDoorStyleConstructionEnum | optional | ||||
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| OperationType | ifc:IfcDoorStyleOperationEnum | optional | ||||
| ParameterTakesPrecedence | xs:boolean | optional | ||||
| Sizeable | xs:boolean | optional | ||||
| Tag | 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:IfcDoorStyle |
<xs:complexType name="IfcDoorStyle"> <xs:complexContent> <xs:extension base="ifc:IfcTypeProduct"> <xs:attribute name="OperationType" type="ifc:IfcDoorStyleOperationEnum" use="optional"/> <xs:attribute name="ConstructionType" type="ifc:IfcDoorStyleConstructionEnum" use="optional"/> <xs:attribute name="ParameterTakesPrecedence" type="xs:boolean" use="optional"/> <xs:attribute name="Sizeable" type="xs:boolean" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |