idgen

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
idgen xsd:string optional
<h:div class="summary">Allows a referring element to generate a unique id.</h:div>
<h:div class="description">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">2006-05-22: PMR added.</h:div>

Used By

Element molecule

Source

<xsd:attributeGroup id="attGp.idgen" name="idgen">
  <xsd:attribute id="att.idgen" name="idgen" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Allows a referring element to generate a unique id.</h:div>
        <h:div class="description">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">2006-05-22: PMR added.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>