Performance

Used to represent part-load performance and other performance metrics

Element Information

Model

Children: Equation, PointData

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional
performanceType xsd:string optional

Used By

Source

<xsd:element name="Performance">
  <xsd:annotation>
    <xsd:documentation>Used to represent part-load performance and other performance metrics</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="PointData" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Equation" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID"/>
    <xsd:attribute name="performanceType" type="xsd:string"/>
  </xsd:complexType>
</xsd:element>

Sample