Interface IAnyInstance

All Superinterfaces:
IDefaultable, IGroupable, IInstance, IInstanceAbsolute, IModelElement, IModelElementVisitable, IModelInstance, IModelInstanceAbsolute, IValued

public interface IAnyInstance extends IModelInstanceAbsolute
A marker interface for an any instance in a Metaschema model.

An any instance represents unmodeled content that may appear within an assembly's model. Unlike other model instances, an any instance does not have a definition or name; it acts as a wildcard that captures content not explicitly declared by the model.

An any instance is always optional (getMinOccurs() returns 0) and unbounded (getMaxOccurs() returns -1).