Definition Type: Attribute
Name: id
Namespace: http://www.xml-cml.org/schema
Type: nsA:idType
Containing Schema: schema.xsd
Use Required
Documentation:
An attribute providing a mandatory unique ID for an element. This is a horrible hack. It should be possible to add 'required' to the attributeGroup where used... (Maybe it is and I am still fighting Schema Wars.
Collapse XSD Schema Diagram:
XSD Diagram of id in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.mandatoryId" name="id" type="idType" use="required">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An attribute providing a mandatory unique ID for an element.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is a horrible hack. It should be possible to add 'required' to
	the attributeGroup where used... (Maybe it is and I am still fighting Schema Wars.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: