XML Schema Documentation

Complex Type: Math

[Table of contents]

Super-types: None
Sub-types: None
Name Math
Used by (from the same schema document) Complex Type Formula
Abstract no
Documentation A type defining a mathematical expression.
XML Instance Representation
<...>
<!-- Mixed content -->
Allow any elements from any namespace (skip validation). [1..*]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Math" mixed="true">
<xsd:sequence>
<xsd:any namespace="##any" processContents="skip" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>