complexType "Math"
Namespace:
Content:
mixed (allows character data), elem. wildcard
Defined:
Includes:
definition of elem. wildcard
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
{text} × {any}+
</...>
All Direct / Indirect Based Elements (1):
math
Known Usage Locations
Annotation
A type defining a mathematical expression.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType mixed="true" name="Math">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" namespace="##any" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element with any namespace}
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" namespace="##any" processContents="skip"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.