<xsd:attributeGroup id="attGp.powerRequired" name="powerRequired">
<!-- this is awful - but I can't find how to add required otherwise -->
<xsd:attribute name="power" type="xsd:double" use="required" id="att.powerRequired">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The power to which a dimension should be raised.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Normally an integer. Must be included, even if unity.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|