Definition Type: Attribute
Name: parentAttribute
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
raplaces attribute on parent This is still experimental. Creates, overwriting if necessary, an attribute on parent. Example: <foo> <arg parentAttribute="bar">zubbo</arg> will create an attribute bar="zubbo" on <foo> 2006-06-09: PMR added attribute.
Collapse XSD Schema Diagram:
XSD Diagram of parentAttribute in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
                &lt;foo&gt;
                  &lt;arg parentAttribute="bar"&gt;zubbo&lt;/arg&gt;
                </h:pre>
                will create an attribute bar="zubbo" on &lt;foo&gt; 
                </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>