element <xs:appinfo>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, attr. wildcard, elem. wildcard
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, attr. wildcard, elem. wildcard
Used:
Content Model Diagram
XML Representation Summary
<xs:appinfo
    source
 = 
xs:anyURI
    {any attribute with non-schema namespace}
    >
   
Content: 
{text} × {any}*
</xs:appinfo>
Included in content model of elements (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-appinfo
XML Source (w/o annotations (1); see within schema source)
<xs:element id="appinfo" name="appinfo">
<xs:complexType mixed="true">
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:any processContents="lax"/>
</xs:sequence>
<xs:attribute name="source" type="xs:anyURI"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
source
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source" type="xs:anyURI"/>

{any attribute with non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
{any element with any namespace}
XML Source (see within schema source)
<xs:any processContents="lax"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.