<xsd:element name="arrayList" id="el.arrayList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A list of <tt xmlns="">array</tt>s or <tt xmlns="">list</tt>s.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>A major use of arrayList is to contain data within rectangular tables. However there is no
absolute requirement and the table can have any shape. The <tt xmlns="">shape</tt> attribute hould be used
to assert rectangularity. </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: created</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="array" />
<xsd:element ref="list" />
</xsd:choice>
<xsd:attributeGroup ref="shape" />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|