<xsd:simpleType name="openingTypeEnum">
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="FixedWindow">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a non-operable glazed opening in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OperableWindow">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a operable glazed opening in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FixedSkylight">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 44.99° with a non-operable glazed opening in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OperableSkylight">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 44.99° with a operable glazed opening in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SlidingDoor">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a sliding door in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NonSlidingDoor">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 45° and 149.99° with a non-sliding door in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Air">
<xsd:annotation>
<xsd:documentation>Opening in a surface with a tilt between 0° and 180° with nothing in it.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType> |