<xsd:element name="entry" id="el.entry">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary entry.</h:div>
<h:div class="desacription" xmlns:h="http://www.w3.org/1999/xhtml">The original design for validation with attribute-based constraints is ponderous and fragile. In future constraints will be added through <h:tt>appinfo</h:tt> in <h:tt>annotation</h:tt>. We shall develop this further in the near future.</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2003-03-30: added metadataList to content mode.</h:div>
<h:div class="example" href="entry1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<!--
<h:div class="example" href="entry2.xml"></h:div>
-->
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="metadataList" />
<xsd:element ref="alternative" />
<xsd:element ref="annotation" />
<xsd:element ref="definition" />
<xsd:element ref="description" />
<xsd:element ref="enumeration" />
<xsd:element ref="relatedEntry" />
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dataType" />
<xsd:attributeGroup ref="rows" />
<xsd:attributeGroup ref="columns" />
<xsd:attributeGroup ref="unitType" />
<xsd:attributeGroup ref="minExclusive" />
<xsd:attributeGroup ref="minInclusive" />
<xsd:attributeGroup ref="maxExclusive" />
<xsd:attributeGroup ref="maxInclusive" />
<xsd:attributeGroup ref="totalDigits" />
<xsd:attributeGroup ref="fractionDigits" />
<xsd:attributeGroup ref="length" />
<xsd:attributeGroup ref="minLength" />
<xsd:attributeGroup ref="maxLength" />
<xsd:attributeGroup ref="units" />
<xsd:attributeGroup ref="whiteSpace" />
<xsd:attributeGroup ref="pattern" />
<xsd:attributeGroup ref="term" />
</xsd:complexType>
</xsd:element>
|