<xs:simpleType name="IfcConstructionProductResourceTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="assembly"/> <xs:enumeration value="formwork"/> <xs:enumeration value="userdefined"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |