Class ApplyType

java.lang.Object
org.docx4j.org.w3.x1998.math.mathML.ApplyType
All Implemented Interfaces:
Child

public class ApplyType
extends java.lang.Object
implements Child

Java class for apply.type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="apply.type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.w3.org/1998/Math/MathML}operator.content"/>
         <group ref="{http://www.w3.org/1998/Math/MathML}expression.content" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.w3.org/1998/Math/MathML}common.attrib"/>
       <anyAttribute processContents='skip' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>