<h:div class="summary">The definition for an entry.</h:div> <h:div class="description">The definition should be a short nounal phrase defining the subject of the entry. Definitions should not include commentary, implementations, equations or formulae (unless the subject is one of these) or examples. <h:p>The definition can be in any markup language, but normally XHTML will be used, perhaps with links to other XML namespaces such as CML for chemistry.</h:p> </h:div> <h:div class="example" href="definition1.xml"> <h:em>From the IUPAC Dictionary of Medicinal Chemistry</h:em> <h:br/> </h:div> |
<xsd:element name="definition" id="el.definition" substitutionGroup="anyCml"> <xsd:annotation> <xsd:documentation> <h:div class="summary">The definition for an entry.</h:div> <h:div class="description">The definition should be a short nounal phrase defining the subject of the entry. Definitions should not include commentary, implementations, equations or formulae (unless the subject is one of these) or examples. <h:p>The definition can be in any markup language, but normally XHTML will be used, perhaps with links to other XML namespaces such as CML for chemistry.</h:p> </h:div> <h:div class="example" href="definition1.xml"> <h:em>From the IUPAC Dictionary of Medicinal Chemistry</h:em> <h:br/> </h:div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="anyCml"/> <xsd:any namespace="##other" processContents="lax"/> <xsd:any namespace="##local" processContents="lax"/> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |