<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> |