countArrayType

<h:div class="summary">Array of counts.</h:div>
<h:div class="description">Normally, but not always, integers. can be used with a number of elements</h:div>
<h:div class="curation">2005-11-01: PMR the combination of dataType and list does not work with JUMBO5.0 - so for the meantime we have removed the restriction</h:div>

Simple Type Information

Used By

Attribute countArray/@count

Source

<xsd:simpleType name="countArrayType" id="st.countArrayType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Array of counts.</h:div>
      <h:div class="description">Normally, but not always, integers. can be used with a number of elements</h:div>
      <h:div class="curation">2005-11-01: PMR the combination of dataType and list does not work with JUMBO5.0 - so for the meantime we have removed the restriction</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:list itemType="countType"/>
  <!--<xsd:list itemType="xsd:double"/>-->
</xsd:simpleType>