Class MacroLimitedContent

java.lang.Object
org.fa.tei.jaxb.facustomization.MacroLimitedContent
Direct Known Subclasses:
Desc, Meeting, Rendition, TagUsage

public class MacroLimitedContent extends Object

Java class for macro.limitedContent complex type.

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

 <complexType name="macro.limitedContent">
   <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.limitedPhrase"/>
         <group ref="{http://www.tei-c.org/ns/1.0}model.inter"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>