ifc:IfcMetric

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Benchmark ifc:IfcBenchmarkEnum optional
ConstraintGrade ifc:IfcConstraintEnum optional
ConstraintSource ifc:IfcLabel optional
CreationTime ifc:IfcDateTime optional
Description ifc:IfcText optional
Name ifc:IfcLabel optional
UserDefinedGrade ifc:IfcLabel optional
ValueSource ifc:IfcLabel 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

Element ifc:IfcMetric

Source

<xs:complexType name="IfcMetric">
  <xs:complexContent>
    <xs:extension base="ifc:IfcConstraint">
      <xs:sequence>
        <xs:element name="DataValue">
          <xs:complexType>
            <xs:group ref="ifc:IfcMetricValueSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="ReferencePath" type="ifc:IfcReference" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="Benchmark" type="ifc:IfcBenchmarkEnum" use="optional"/>
      <xs:attribute name="ValueSource" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>