Definition Type: Attribute
Name: delimiter
Namespace: http://www.xml-cml.org/schema
Type: nsA:delimiterType
Containing Schema: schema.xsd
Use (Optional)
Documentation:
A delimiter character for arrays and matrices. By default array components ('elements' in the non-XML sense) are whitespace-separated. This fails for components with embedded whitespace or missing completely: Example: In the protein database ' CA' and 'CA' are different atom types, and and array could be: <array delimiter="/" dictRef="pdb:atomTypes">/ N/ CA/CA/ N/</array> Note that the array starts and ends with the delimiter, which must be chosen to avoid accidental use. There is currently no syntax for escaping delimiters.
Collapse XSD Schema Diagram:
XSD Diagram of delimiter in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.delimiter" name="delimiter" type="delimiterType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A delimiter character for arrays and matrices.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">By default array components ('elements' in the non-XML sense) are whitespace-separated. This fails for components with embedded whitespace or missing completely:
        <h:pre>
        Example:
        In the protein database ' CA' and 'CA' are different atom types, and and array could be:
        &lt;array delimiter="/" dictRef="pdb:atomTypes"&gt;/ N/ CA/CA/ N/&lt;/array&gt; 
        </h:pre>
        Note that the array starts and ends with the delimiter, which must be chosen to avoid accidental use. There is currently no syntax for escaping delimiters.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: