<h:div class="summary">Descriptive information.</h:div> <h:div class="description">This can occur in objects which require textual comment such as entry. <h:p>Entries should have at least one separate <h:a href="el.definition">definition</h:a>s. <h:tt>description</h:tt>is then used for most of the other information, including examples. The <h:tt>class</h:tt>attribute has an uncontrolled vocabulary and can be used to clarify the purposes of the <h:tt>description</h:tt>elements.</h:p> </h:div> <h:div class="example" href="description1.xml"/> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
convention | namespaceRefType | optional |
|
||||
dictRef | namespaceRefType | optional |
|
||||
id | idType | optional |
|
||||
objectClass | xsd:string | optional |
|
||||
title | xsd:string | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xml-cml.org/schema' |
<xsd:element name="description" id="el.description" substitutionGroup="anyCml"> <xsd:annotation> <xsd:documentation> <h:div class="summary">Descriptive information.</h:div> <h:div class="description">This can occur in objects which require textual comment such as entry. <h:p>Entries should have at least one separate <h:a href="el.definition">definition</h:a>s. <h:tt>description</h:tt>is then used for most of the other information, including examples. The <h:tt>class</h:tt>attribute has an uncontrolled vocabulary and can be used to clarify the purposes of the <h:tt>description</h:tt>elements.</h:p> </h:div> <h:div class="example" href="description1.xml"/> </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:attributeGroup ref="convention"/> <xsd:attributeGroup ref="id"/> <xsd:attributeGroup ref="title"/> <xsd:attributeGroup ref="dictRef"/> <xsd:attributeGroup ref="objectClass"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |
< cml xmlns = "http://www.xml-cml.org/schema" xmlns:dc = "http://purl.org/dc/elements/1.1/" convention = "conventions:molecular" > |
< dc:title> |
test file for http://www.xml-cml.org/conventions/molecular convention |
</ dc:title> |
valid molecular - atom has a child but it is not from the CML namespace |
</ dc:description> |
< dc:author> |
J A Townsend |
</ dc:author> |
< dc:rights> |
Copyright J A Townsend jat45@cantab.net 2009. |
</ dc:rights> |
< dc:date> |
2009-01-21 |
</ dc:date> |
< atomArray> |
a non CML element child of atom |
</ dc:description> |
</ atom> |
</ atomArray> |
</ molecule> |
</ cml> |