<xs:simpleType name="ifcInternalOrExternalEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="INTERNAL"/>
<xs:enumeration value="EXTERNAL"/>
<xs:enumeration value="NOTDEFINED"/>
</xs:restriction>
</xs:simpleType>