attributeGroup ref

attributeGroup {http://www.xml-cml.org/schema/stmml}ref

Target Namespacehttp://www.xml-cml.org/schema/stmml
Declared Namespacesxmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.xml-cml.org/schema/stmml

Usage:

    <xsd:attributeGroup ref="ref"/>

May be used in:
 another global attributeGroup
 a complexType
 an extension or restriction of simple or complex content

Attributes:

ref


Source

<xsd:attributeGroup id="attGp.ref" name="ref">
    <
xsd:attribute id="att.ref" name="ref" type="refType">
        <
xsd:annotation>
            <
xsd:documentation>
                <
div class="summary">A reference to an element of given type</div>
                <
div class="description">
                    <
p>
                        <
tt>ref</tt>
modifies an element into a reference to an existing element
of that type within the document. This is similar to a pointer and it can be thought of a strongly typed hyperlink.
It may also be used for "subclassing" or "overriding" elements.
                    
</p>
                </
div>
                <
div class="example">
                    <
pre>
<cml>
<molecule id="m1">
<atomArray>
<atom elementType="N"/>
<atom elementType="O"/>
</atomArray>
</molecule>
<html:p>The action of <molecule ref="#m1"/> on cardiac muscle ...</html:p>
</cml>
                    
</pre>
                </
div>
            </
xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:attributeGroup>


attributeGroup ref


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.