Definition Type: Attribute
Name: inline
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
An inline representation of the object. This can represent a wide range of information from formal serialization as ASCII through to domain-specific textual representations. It will often be used in conjunction with the "convention" attribute. For example it could be used to represent IUPAC formula, SMILES strings, TeX equations, etc. Characters should conforma to the XML character set, and XML markup (lt and amp) should be escaped. IT SHOULD NEVER BE USED FOR INLINE XML
Collapse XSD Schema Diagram:
XSD Diagram of inline in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="inline" id="att.inline" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An inline representation of the object.</h:div>
            <h:div class="general" xmlns:h="http://www.w3.org/1999/xhtml">This can represent a wide range of information from formal serialization
                as ASCII through to domain-specific textual representations. It will often be used in conjunction
                with the "convention" attribute. For example it could be used to represent IUPAC formula, 
                SMILES strings, TeX equations, etc. Characters should conforma to the XML character set,
                and XML markup (lt and amp) should be escaped. <h:b>IT SHOULD NEVER BE USED FOR INLINE XML</h:b>
            </h:div>
            <h:div class="example" href="attributeGroups/inline.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>