<xsd:element name="gradient" id="el.gradient">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A gradient.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A container for a quantity or quantities representing the
gradient of other quantities. At present just takes a scalar child.</h:div>
<h:div class="example" href="gradient1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="scalar" />
<xsd:element ref="array" />
<xsd:element ref="matrix" />
<xsd:element ref="property" />
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|