Interface AnyxmlSchemaNode

All Superinterfaces:
AddedByUsesAware, CopyableNode, DataSchemaNode, DocumentedNode, DocumentedNode.WithStatus, EffectiveStatementEquivalent<AnyxmlEffectiveStatement>, MandatoryAware, MustConstraintAware, SchemaNode, WhenConditionAware
All Known Implementing Classes:
EmptyAnyxmlEffectiveStatement, RegularAnyxmlEffectiveStatement

The "anyxml" interface defines an interior node in the schema tree. It takes one argument, which is an identifier represented by QName inherited from SchemaNode, followed by a block of substatements that holds detailed anyxml information. The substatements are defined in DataSchemaNode.

This interface was modeled according to definition in [RFC-6020] The anyxml Statement