parentAttribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
parentAttribute xsd:string optional
<h:div class="summary">raplaces attribute on parent</h:div>
<h:div class="description">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">2006-06-09: PMR added attribute.</h:div>

Source

<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">raplaces attribute on parent</h:div>
        <h:div class="description">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">2006-06-09: PMR added attribute.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>