Definition Type: Attribute
Name: idgen
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Allows a referring element to generate a unique id. idgen can hold a unique identifier which is copied into the id attribute of the referenced element. This avoids multiple copies of the referenced object with duplicate ids. EXPERIMENTAL 2006-05-22: PMR added.
Collapse XSD Schema Diagram:
XSD Diagram of idgen in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.idgen" name="idgen" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Allows a referring element to generate a unique id.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">idgen can hold a unique identifier which is copied into the id
                attribute of the referenced element. This avoids multiple copies of the referenced 
                object with duplicate ids. EXPERIMENTAL
                </h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-22: PMR added.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>