Definition Type: Attribute
Name: delete
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
A flag indicated that the element can detach/delete itself. An element containg this attribute may only have a transient existence (e.g. a template to create other elements) and this attribute shows that the element can be deleted at the appropriate stage. The time at which this is called is application dependent. At present the presence of the attribute is sufficient to trigger this; later a controlled vocabulary will be developed. 2006-05-21: PMR added attribute.
Collapse XSD Schema Diagram:
XSD Diagram of delete in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="delete" id="att.delete" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A flag indicated that the element can detach/delete itself.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An element containg this attribute may only have a transient existence
                (e.g. a template to create other elements) and this attribute shows that 
                the element can be deleted at the appropriate stage. The time at which this
                is called is application dependent. At present the presence of the attribute
                is sufficient to trigger this; later a controlled vocabulary will be developed.</h:div>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-21: PMR added attribute.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>