element appinfo

element {http://www.xml-cml.org/schema/stmml}appinfo

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.xml-cml.org/schema/stmml
Declared Namespacesxmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.xml-cml.org/schema/stmml


Source

<xsd:element name="appinfo" id="el.appinfo">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">
                <
p>A container similar to
                    
<tt>appinfo</tt>
in XML Schema.
</p>
            </
div>
            <
div class="description">
                <
p>
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
                
</p>
                <
p>See
                    
<a href="el.annotation">annotation</a>
and
                    
<a href="el.documentation">documentation</a>
for further information
</p>
            </
div>
            <
div class="example">
                <
p>An example in XSLT where an element
                    
<tt>foo</tt>
calls a bespoke
template
                
</p>
.
                
<pre>
<s:appinfo
xmlns:s="http://www.xml-cml.org/schema/cml2/core"
xmlns="http://www.w3.org/1999/XSL/Transform">
<template match="foo">
<call-template name="processFoo"/>
</template>
</s:appinfo>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType mixed="true">
        <
xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <
xsd:any processContents="lax"/>
        </
xsd:sequence>
<!--
<xsd:attribute name="source" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
<div class="summary">Source of the appinfo</div>

<div class="description">Semantics undefined</div>

<div class="example">
<pre>&annotation1.html;</pre>
</div>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
-->
    </
xsd:complexType>
</
xsd:element>


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

.
<s:appinfo
  xmlns:s="http://www.xml-cml.org/schema/cml2/core"
  xmlns="http://www.w3.org/1999/XSL/Transform">
  <template match="foo">
    <call-template name="processFoo"/>
  </template>
</s:appinfo>
         


element appinfo


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.