DependentVariable

Element Information

Model

Children: Description, Name

Attributes

QName Type Fixed Default Use Inheritable Annotation
dataType xsd:string required
maxValue xsd:decimal optional
minValue xsd:decimal optional
Use minValue and maxValue to define constraints on the curve.
unit xsd:string required

Used By

Elements Equation, PointData

Source

<xsd:element name="DependentVariable">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:choice>
    <xsd:attribute name="unit" type="xsd:string" use="required"/>
    <xsd:attribute name="dataType" type="xsd:string" use="required"/>
    <xsd:attribute name="minValue" type="xsd:decimal">
      <xsd:annotation>
        <xsd:documentation>Use minValue and maxValue to define constraints on the curve.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="maxValue" type="xsd:decimal"/>
  </xsd:complexType>
</xsd:element>

Sample