tableTypeType

<h:div class="summary">Allowed types of table.</h:div>
<h:div class="description">
  <h:p>rowBased, arrayBased, contentBased.</h:p>
</h:div>
<h:div class="example" href="arrayList1.xml"/>
<h:div class="curation">2006-11-03: formlized 3 table types</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType name="tableTypeType" id="st.tableTypeType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Allowed types of table.</h:div>
      <h:div class="description">
        <h:p>rowBased, arrayBased, contentBased.</h:p>
      </h:div>
      <h:div class="example" href="arrayList1.xml"/>
      <h:div class="curation">2006-11-03: formlized 3 table types</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="rowBased">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="description">rowBased.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="arrayBased">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="description">Based on child arrayList containing arrays or lists</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="contentBased">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="description">child tableContent</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>