<xsd:simpleType name="coordinateComponentArrayType" id="st.coordinateComponentArrayType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An array of coordinateComponents for a single coordinate.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:list itemType="xsd:double" />
</xsd:simpleType>
|