ifc:IfcSimplePropertyTemplateTypeEnum

Simple Type Information

Used By

Source

<xs:simpleType name="IfcSimplePropertyTemplateTypeEnum">
  <xs:restriction base="xs:string">
    <xs:enumeration value="p_singlevalue"/>
    <xs:enumeration value="p_enumeratedvalue"/>
    <xs:enumeration value="p_boundedvalue"/>
    <xs:enumeration value="p_listvalue"/>
    <xs:enumeration value="p_tablevalue"/>
    <xs:enumeration value="p_referencevalue"/>
    <xs:enumeration value="q_length"/>
    <xs:enumeration value="q_area"/>
    <xs:enumeration value="q_volume"/>
    <xs:enumeration value="q_count"/>
    <xs:enumeration value="q_weight"/>
    <xs:enumeration value="q_time"/>
  </xs:restriction>
</xs:simpleType>