element <xs:appinfo> (global)
Namespace:
Type:
anonymous complexType
Content:
mixed (allows character data), 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:
Component Diagram
XML Representation Summary
<xs:appinfo
   
 = 
   
   
>
   
Content: 
</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 within this component only; 2/2)
source
Type:
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source" type="xs:anyURI"/>

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

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.