coordinateComponentArrayType

<h:div class="summary">An array of coordinateComponents for a single coordinate.</h:div>
<h:div class="description">An array of coordinateComponents for a single coordinate where these all refer to an X-coordinate (NOT x,y,z).Instances of this type will be used in array-style representation of 2-D or 3-D coordinates. Currently no machine validation. Currently not used in STMML, but re-used by CML (see example).</h:div>
<h:div class="example" href="coordinateComponentArrayType1.xml"/>

Simple Type Information

Used By

Source

<xsd:simpleType name="coordinateComponentArrayType" id="st.coordinateComponentArrayType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">An array of coordinateComponents for a single coordinate.</h:div>
      <h:div class="description">An array of coordinateComponents for a single coordinate where these all refer to an X-coordinate (NOT x,y,z).Instances of this type will be used in array-style representation of 2-D or 3-D coordinates. Currently no machine validation. Currently not used in STMML, but re-used by CML (see example).</h:div>
      <h:div class="example" href="coordinateComponentArrayType1.xml"/>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:list itemType="xsd:double"/>
</xsd:simpleType>