<xs:simpleType name="IfcWindowPanelOperationEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="sidehungrighthand"/> <xs:enumeration value="sidehunglefthand"/> <xs:enumeration value="tiltandturnrighthand"/> <xs:enumeration value="tiltandturnlefthand"/> <xs:enumeration value="tophung"/> <xs:enumeration value="bottomhung"/> <xs:enumeration value="pivothorizontal"/> <xs:enumeration value="pivotvertical"/> <xs:enumeration value="slidinghorizontal"/> <xs:enumeration value="slidingvertical"/> <xs:enumeration value="removablecasement"/> <xs:enumeration value="fixedcasement"/> <xs:enumeration value="otheroperation"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |