FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


element <m:piecewise>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 attributes, attr. wildcard, 2 elements
Defined:
Includes:
declarations of 2 elements
Referenced:
Component Diagram
XML Representation Summary
<m:piecewise
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
xs:anyURI
   
   
>
   
Content: 
</m:piecewise>
Related Components
Referenced By
XML Source (see within schema source)
<xs:element name="piecewise">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="m:piece"/>
<xs:element ref="m:otherwise"/>
</xs:choice>
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:DefEncAtt"/>
</xs:complexType>
</xs:element>
Content Element Details (all declarations defined in this component; 2/2)
m:otherwise
Type:
anonymous complexType
Content:
complex
Declared:
by reference in (this) element m:piecewise
XML Source (see within schema source)
<xs:element ref="m:otherwise"/>

m:piece
Type:
anonymous complexType
Content:
complex
Declared:
by reference in (this) element m:piecewise
XML Source (see within schema source)
<xs:element ref="m:piece"/>


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