<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>
|