<xsd:attributeGroup id="attGp.parentAttribute" name="parentAttribute">
<xsd:attribute name="parentAttribute" id="att.parentAttribute" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">raplaces attribute on parent</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is still experimental. Creates, overwriting
if necessary, an attribute on parent. Example:
<h:pre>
<foo>
<arg parentAttribute="bar">zubbo</arg>
</h:pre>
will create an attribute bar="zubbo" on <foo>
</h:div>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">2006-06-09: PMR added attribute.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|