This annotation provides package-level Module information.
  • Field Details

    • NO_LOCATION

      static final String NO_LOCATION
      The default value of a schema location, which indicates that no schema will be associated.

      The value "##none" was chosen because ## is not a valid sequence in xs:anyURI.

      See Also:
  • Element Details

    • xmlns

      Defines the XML namespace URI and prefix to use for this model. If a prefix is not provided, the XML prefix will be auto-generated.
      Returns:
      an array of namespace definitions
      Default:
      {}
    • namespace

      Name of the XML namespace.

      If the value is "##none", then there is no prefix defined.

      Returns:
      a namespace string in the form of a URI
      Default:
      "##none"
    • xmlSchemaLocation

      The location of the associated XML schema.
      Returns:
      a location string in the form of a URI
      Default:
      "##none"
    • jsonSchemaLocation

      The location of the associated JSON schema.
      Returns:
      a location string in the form of a URI
      Default:
      "##none"
    • xmlElementFormDefault

      Get the default XML element form.
      Returns:
      the XML element form
      Default:
      UNSET
    • xmlAttributeFormDefault

      Get the default XML attribute form.
      Returns:
      the XML attribute form
      Default:
      UNSET