Class CTFtnEdn

java.lang.Object
org.docx4j.wml.CTFtnEdn
All Implemented Interfaces:
Child

public class CTFtnEdn extends Object implements Child

Java class for CT_FtnEdn complex type.

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

 <complexType name="CT_FtnEdn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}EG_BlockLevelElts" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="type" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_FtnEdn" />
       <attribute name="id" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
     </restriction>
   </complexContent>
 </complexType>