Class MacroPhraseSeq

java.lang.Object
org.fa.tei.jaxb.facustomization.MacroPhraseSeq
Direct Known Subclasses:
Abbr, AddName, AddrLine, Affiliation, Author, BiblScope, Birth, Bloc, Catchwords, CitedRange, Cl, Colophon, Country, Death, Distinct, Distributor, District, DocAuthor, DocDate, Edition, Editor, Education, Email, EventName, Expan, Explicit, Extent, Faith, FinalRubric, Floruit, Foreign, Forename, Fw, Gender, GenName, GeoDecl, GeogFeat, GeogName, Gloss, HeadItem, HeadLabel, Heraldry, Incipit, Label, Material, Measure, Mentioned, Name, NameLink, Nationality, Num, ObjectName, ObjectType, Offset, OrgName, OrigPlace, PersName, PersPronouns, Phr, PlaceName, Publisher, PubPlace, Rb, Region, Residence, RoleName, Rs, Rt, Rubric, S, SecFol, Settlement, Sex, SoCalled, SocecStatus, Speaker, Stamp, Street, Surname, Term, Unit, Watermark, Wit

public class MacroPhraseSeq extends Object

Java class for macro.phraseSeq complex type.

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

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