Class Element_rep

All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>, Matchable<BaseMatcher>, TypedContent, Visitable<Visitor>

@Undocumented public class Element_rep extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Meaning: Describes a sequence of value types in an option's list of argument types which can appear more than once.

<!ELEMENT rep ((int | float | rat | bool | string | uri | enum | enumset)+, (defaults)?) >.
Required attribute: kind.
This class realizes the element definition from the source DTD.