Class Element_simpletypes.Choice_1

All Implemented Interfaces:
Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>
Direct Known Subclasses:
Element_simpletypes.Choice_1_Alt_1, Element_simpletypes.Choice_1_Alt_2, Element_simpletypes.Choice_1_Alt_3, Element_simpletypes.Choice_1_Alt_4, Element_simpletypes.Choice_1_Alt_5, Element_simpletypes.Choice_1_Alt_6, Element_simpletypes.Choice_1_Alt_7, Element_simpletypes.Choice_1_Alt_8
Enclosing class:
Element_simpletypes

@Undocumented public abstract static class Element_simpletypes.Choice_1 extends TypedChoice<Extension> implements Visitable<Visitor>, Matchable<BaseMatcher>
Realizes the content model
(int | float | rat | bool | string | uri | enum | enumset) ,
which is the 1st choice clause in the enclosing content model, realized by Element_simpletypes.
Please note that there are no (sensible) constructors; use the overloaded alt(..) factory methods instead, to construct an instance of the appropriate subclass.