Class MacroPhraseSeqLimited

java.lang.Object
org.fa.tei.jaxb.facustomization.MacroPhraseSeqLimited
Direct Known Subclasses:
Age, Authority, ClassCode, Collection, Funder, Institution, LangKnown, Language, Principal, Repository, Resp, Span, Sponsor

public class MacroPhraseSeqLimited extends Object

Java class for macro.phraseSeq.limited complex type.

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

 <complexType name="macro.phraseSeq.limited">
   <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.global"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>