Flux

Element Information

Model

Children: Description, Error, Value

Attributes

QName Type Fixed Default Use Inheritable Annotation
units FluxUnitsTypes optional

Source

<xs:element name="Flux">
  <xs:complexType>
    <xs:all>
      <xs:element name="Description" type="DescriptionComplexType" minOccurs="0"/>
      <!-- changed in order to preserve consistency -->
      <xs:element name="Value" type="xs:double"/>
      <xs:element name="Error" type="xs:double" minOccurs="0"/>
    </xs:all>
    <xs:attribute name="units" type="FluxUnitsTypes"/>
  </xs:complexType>
</xs:element>

Sample