<xsd:element name="unitList" id="el.unitList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container for several unit entries.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Usually forms the complete units dictionary
(along with metadata). Note: this used to hold both units and unitTypes
(though in separate files). This was unwieldy and unitTypeList has been
created to hold unitTypes. Implementers are recommended to change
any unitList/unitType to unitTypeList/unitType</h:div>
<h:div class="example" href="unitList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-12-15. PMR. added namespace
and dictionaryPrefix.</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-12-17. PMR. added siNamespace .</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-01-28. PMR. deprecated use for holding unitType.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="metadataList" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="unitType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
<h:div class="deprecated" xmlns:h="http://www.w3.org/1999/xhtml">2006-01-28: PMR. use unitTypeList.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="unit" 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="unitListType">
<xsd:annotation>
<xsd:documentation>
<h:div class="deprecated" xmlns:h="http://www.w3.org/1999/xhtml">2006-01-28: PMR. use unitTypeList.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
<xsd:attributeGroup ref="namespace" />
<xsd:attributeGroup ref="siNamespace" />
<xsd:attributeGroup ref="dictionaryPrefix" />
<xsd:attributeGroup ref="href">
<xsd:annotation>
<xsd:documentation>
<h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">Maps dictRef prefix to the location of a dictionary. This requires the prefix and the physical URI address to be contained within the same file. We can anticipate that better mechanisms will arise - perhaps through XMLCatalogs. At least it works at present.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
</xsd:element>
|