http://www.w3.org/2001/XMLSchema
element appinfo

Documentation
Properties
This component is not nillable.

Model
<appinfo
  source = xs:anyURI
  {any attribute from any other namespace than current namespace}>
(any element from any namespace) *
</appinfo>


Attribute Summary
 xs:anyURIsource
          

Attribute Detail

source

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
annotation

Source
<xs:element id="appinfo" name="appinfo">
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:any maxOccurs="1" minOccurs="1" namespace="##any" processContents="lax"/>
</xs:sequence>
<xs:attribute name="source" type="xs:anyURI"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.