<!-- contains all elements in STMML in correct contexts, but not all attributes -->

<!-- useful for testing SAX-like parsers -->

<stmml xmlns="http://www.xml-cml.org/schema/stmml">



  <array dataType="xsd:string">A B C</array>

  <scalar></scalar>

  <matrix rows="3" columns="4" dataType="xsd:float">1 0 0 0  0 1 0 0.5  0 0 -1 0.5</matrix>

  <table rows="3" columns="2">

<!--

    <array dataType="xsd:float" title="foo">1 2 3</array>

    <array dataType="xsd:string" title="bar">A B C</array>

-->

    <array dataType="xsd:float">1 2 3</array>

    <array dataType="xsd:string">A B C</array>

  </table>

  <list></list>



  <link></link>



<!-- ==================== GENERAL COMPONENTS =========== -->



  <actionList>

    <action type="the type" title="the title"></action>

  </actionList>

  <object></object>

  <observation></observation>



<!-- ==================== DICTIONARY =========== -->



  <dictionary>

    <unitList>

      <unitType id="ut" name="energy">

        <dimension name="length" power="1"></dimension>

      </unitType>

<!-- WHY NOT????????????????

      <unit id="uu1" multiplierToSi="10.0" constantToSi="0.0"></unit>

-->

    </unitList>

    <annotation>

      <documentation></documentation>

      <appinfo></appinfo>

    </annotation>

    <entry term="xyzzy">

      <definition></definition>

      <alternative></alternative>

      <description></description>

      <enumeration></enumeration>

      <relatedEntry></relatedEntry>

    </entry>

  </dictionary>

<!-- =================  METADATA ================== -->



  <metadataList>

    <metadata></metadata>

  </metadataList>



<!-- =================  SCIENTIFIC UNITS ================== -->





</stmml>





