<xsd:element name="dictionary" id="el.dictionary">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A dictionary is a container for _entry_ elements.
Dictionaries can also contain unit-related information.
The dictRef attribute on a dictionary element sets a
namespace-like prefix allowing the dictionary to be referenced
from within the document. In general dictionaries are referenced
from an element using the __dictRef__ attribute.</h:div>
<h:div class="example" href="dictionary1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<!--
<h:div class="example" href="dictionary2.xml">
<h:p>
<h:tt>dictionary</h:tt> can be used in an instance
document to reference the dictionary used. Example:</h:p></h:div>
-->
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-12-15. PMR. added namespace
and dictionaryPrefix.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="unitList" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="annotation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="entry" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="href" />
<xsd:attributeGroup ref="namespace" />
<xsd:attributeGroup ref="dictionaryPrefix" />
</xsd:complexType>
</xsd:element>
|