PointData

The PointData element allows for graph or tabular information to be entered. The data type and units of the independent and dependent variables are defined in their respective elements. Each Data element represent a data point, with each Value element representing the value of a variable - starting with the independent variable, then each dependent variable listed in the order defined.

Element Information

Model

Used By

Element Performance

Source

<xsd:element name="PointData">
  <xsd:annotation>
    <xsd:documentation>The PointData element allows for graph or tabular information to be entered. The data type and units of the independent and dependent variables are defined in their respective elements. Each Data element represent a data point, with each Value element representing the value of a variable - starting with the independent variable, then each dependent variable listed in the order defined.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="IndependentVariable" maxOccurs="unbounded"/>
      <xsd:element ref="DependentVariable" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="Data" maxOccurs="unbounded"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>

Sample