<xsd:element name="enumeration" id="el.enumeration">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An enumeration of value.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An enumeration of string values. Used where a dictionary entry constrains the possible values in a document instance. The dataTypes (if any) must all be identical and are defined by the dataType of the containing element.</h:div>
<h:div class="example" href="enumeration1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="annotation" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="value" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="default" />
</xsd:complexType>
</xsd:element>
|