ifc:IfcSimplePropertyTemplate

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
AccessState ifc:IfcStateEnum optional
Description ifc:IfcText optional
Expression ifc:IfcLabel optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
PrimaryMeasureType ifc:IfcLabel optional
SecondaryMeasureType ifc:IfcLabel optional
TemplateType ifc:IfcSimplePropertyTemplateTypeEnum optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcSimplePropertyTemplate">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPropertyTemplate">
      <xs:sequence>
        <xs:element name="Enumerators" type="ifc:IfcPropertyEnumeration" nillable="true" minOccurs="0"/>
        <xs:element name="PrimaryUnit" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcUnit"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="SecondaryUnit" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcUnit"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="TemplateType" type="ifc:IfcSimplePropertyTemplateTypeEnum" use="optional"/>
      <xs:attribute name="PrimaryMeasureType" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="SecondaryMeasureType" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Expression" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="AccessState" type="ifc:IfcStateEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>