floatArrayType

<h:div class="summary">OBSOLETE An array of floats.</h:div>
<h:div class="description">An array of floats or other real numbers. Not used in STM Schema, but re-used by CML and other languages.</h:div>
<h:div class="example" href="floatArrayType1.xml"/>

Simple Type Information

Used By

Source

<xsd:simpleType name="floatArrayType" id="st.floatArrayType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">OBSOLETE An array of floats.</h:div>
      <h:div class="description">An array of floats or other real numbers. Not used in STM Schema, but re-used by CML and other languages.</h:div>
      <h:div class="example" href="floatArrayType1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:list itemType="xsd:double"/>
</xsd:simpleType>