Interface ElementPSVI

All Superinterfaces:
ItemPSVI

public interface ElementPSVI extends ItemPSVI
Represents a PSVI item for one element information item.
  • Method Details

    • getElementDeclaration

      XSElementDeclaration getElementDeclaration()
      [element declaration]: an item isomorphic to the element declaration used to validate this element.
    • getNotation

      XSNotationDeclaration getNotation()
      [notation]: the notation declaration.
    • getNil

      boolean getNil()
      [nil]: true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false.
    • getSchemaInformation

      XSModel getSchemaInformation()
      schema information: the schema information property if it is the validation root, null otherwise.