IndependentVariable

Element Information

Model

Children: Description, Name

Attributes

QName Type Fixed Default Use Inheritable Annotation
dataType xsd:string required
unit xsd:string required

Used By

Elements Equation, PointData

Source

<xsd:element name="IndependentVariable">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="Name" minOccurs="0"/>
      <xsd:element ref="Description" minOccurs="0"/>
    </xsd:choice>
    <xsd:attribute name="unit" type="xsd:string" use="required"/>
    <xsd:attribute name="dataType" type="xsd:string" use="required"/>
  </xsd:complexType>
</xsd:element>

Sample