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