<xs:simpleType name="IfcObjectTypeEnum"> <xs:restriction base="xs:string"> <xs:enumeration value="product"/> <xs:enumeration value="process"/> <xs:enumeration value="control"/> <xs:enumeration value="resource"/> <xs:enumeration value="actor"/> <xs:enumeration value="group"/> <xs:enumeration value="project"/> <xs:enumeration value="notdefined"/> </xs:restriction> </xs:simpleType> |