Class MacroAbContent

java.lang.Object
org.fa.tei.jaxb.facustomization.MacroAbContent
Direct Known Subclasses:
Ab

public class MacroAbContent extends Object

Java class for macro.abContent complex type.

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

 <complexType name="macro.abContent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <group ref="{http://www.tei-c.org/ns/1.0}model.paraPart"/>
         <element ref="{http://www.tei-c.org/ns/1.0}ab"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>