<xsd:simpleType name="tableTypeType" id="st.tableTypeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Allowed types of table.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>rowBased, arrayBased, contentBased.</h:p>
</h:div>
<h:div class="example" href="arrayList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-11-03: formlized 3 table types</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="rowBased">
<xsd:annotation>
<xsd:documentation>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">rowBased.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="arrayBased">
<xsd:annotation>
<xsd:documentation>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml">child tableContent</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="namespaceRefType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">User-defined table-type.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This definition must be by reference to a namespaced dictionary entry.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|