Uses of Interface
com.helger.schematron.pure.model.IPSHasForeignAttributes
Packages that use IPSHasForeignAttributes
-
Uses of IPSHasForeignAttributes in com.helger.schematron.pure.model
Subinterfaces of IPSHasForeignAttributes in com.helger.schematron.pure.modelModifier and TypeInterfaceDescriptioninterfaceBase interface for Pure Schematron elements that support foreign elements and attributes.Classes in com.helger.schematron.pure.model that implement IPSHasForeignAttributesModifier and TypeClassDescriptionclassclassA single Schematron assert- or report-element.
An assertion made about the context nodes.classA single Schematron diagnostic-element.
A natural-language message giving more specific details concerning a failed assertion, such as found versus expected values and repair hints.
NOTE: Diagnostics in multiple languages may be supported by using a different diagnostic element for each language, with the appropriate xml:lang language attribute, and referencing all the unique identifiers of the diagnostic elements in the diagnostics attribute of the assertion.classA single Schematron diagnostics-element.
A section containing individual diagnostic elements.
An implementation is not required to make use of this element.classA single Schematron dir-element.
A section of natural-language text with a direction specified by the value attribute.classA single Schematron extends-element.
Abstract rules are named lists of assertions without a context expression.classA single Schematron name-element.
Provides the names of nodes from the instance document to allow clearer assertions and diagnostics.classA single Schematron ns-element.
Specification of a namespace prefix and URI.classA single Schematron p-element.
A paragraph of natural language text containing maintainer and user information about the parent element.classA single Schematron pattern-element.
A structure, simple or complex.classA single Schematron phase-element.
A grouping of patterns, to name and declare variations in schemas, for example, to support progressive validation.classA single Schematron rule-element.
A list of assertions tested within the context specified by the required context attribute.classA single Schematron schema-element.
The top-level element of a Schematron schema.
The optional schemaVersion attribute gives the version of the schema.classA single Schematron span-element.
A portion of some paragraph that should be rendered in a distinct way, keyed with the class attribute.
An implementation is not required to make use of this element.classA single Schematron value-of-element.
Finds or calculates values from the instance document to allow clearer assertions and diagnostics.