Definition Type: Element
Name: appinfo
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A container similar to appinfo in XML Schema. A container for machine processable documentation for an entry. This is likely to be platform and/or language specific. It is possible that XSLT, RDF or XBL will emerge as generic languages. See _annotation_ and _documentation_ for further information. An example in XSLT where an element _foo_ calls a bespoke template.
Collapse XSD Schema Diagram:
Drilldown into role in schema schema_xsd Drilldown into role in schema schema_xsdXSD Diagram of appinfo in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="appinfo" id="el.appinfo">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container similar to appinfo in XML Schema.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A container for machine processable documentation for an entry. This is likely to be platform and/or language specific. It is possible that XSLT, RDF or XBL will emerge as generic languages. See _annotation_ and _documentation_ for further information.</h:div>
            <h:div class="example" href="appinfo1.xml" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>An example in XSLT where an element _foo_ calls a bespoke template</h:p>.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="true">
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:any processContents="lax" />
        </xsd:sequence>
        <xsd:attributeGroup ref="role">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">Allows a processor to inspect the role of the appinfo and process accordingly.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:attributeGroup>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
role nsA:role (Optional)