float_array

The source element may contain a
float_array.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
count uint_type required
The count attribute indicates the number of values in the array. Required attribute.
digits digits_type 6 optional
The digits attribute indicates the number of significant decimal digits of the float values that 
can be contained in the array. The default value is 6. Optional attribute.
id xs:ID optional
The id attribute is a text string containing the unique identifier of this element. This value 
must be unique within the instance document. Optional attribute.
magnitude magnitude_type 38 optional
The magnitude attribute indicates the largest exponent of the float values that can be contained 
in the array. The default value is 38. Optional attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="float_array" type="float_array_type">
  <xs:annotation>
    <xs:documentation>The source element may contain a float_array.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample