Definition Type: Attribute
Name: fileId
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Information identifying the name of a file or other resource. This allows an element (such as cml) to carry limited information about provenance such as the name of the document used to provide the content. It is not a complete solution but can help to protect a document becoming separated from its external metadata. It is restricted to the basic XML character set (printable ANSI) and whitespace (which should anyway be discouraged) is normalized to single space (attribute values cannot carry newlines). Quotation marks and other horrors (as used in some OS) should be avoided.
Collapse XSD Schema Diagram:
XSD Diagram of fileId in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.fileId" name="fileId" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Information identifying the name of a file or other resource.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This allows an element (such as cml) to carry limited
                information about provenance such as the name of the document used to provide the
                content. It is not a complete solution but can help to protect a document becoming
                separated from its external metadata. It is restricted to the basic XML character set
                (printable ANSI) and whitespace (which should anyway be discouraged) is normalized to
                single space (attribute values cannot carry newlines). 
                Quotation marks and other horrors (as used in some OS)
                should be avoided. </h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>