Definition Type: ComplexType
Name: CT_Rad
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/math
Containing Schema: shared-math.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into e in schema shared-math_xsd Drilldown into deg in schema shared-math_xsd Drilldown into radPr in schema shared-math_xsdXSD Diagram of CT_Rad in schema shared-math_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Rad">
    <xsd:sequence>
        <xsd:element name="radPr" type="CT_RadPr" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Radical Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="deg" type="CT_OMathArg">
            <xsd:annotation>
                <xsd:documentation>Degree</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="e" type="CT_OMathArg">
            <xsd:annotation>
                <xsd:documentation>Base</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
radPr m:radPr 0 (1)
deg m:deg (1) (1)
e m:e (1) (1)
Collapse Derivation Tree:
Collapse References:
m:rad