Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup{scrollbar} Anchortoptop

The following article describes the XML Schema for the geronimo-application-client.xsd deployment descriptor. In order to deploy an application client JAR, a Geronimo specific deployment plan called "geronimo-application-client.xml" is required. If the deployment plan for the client JAR is included in the client JAR, then it should be named "META-INF/geronimo-application-client.xml". The geronimo application client deployment descriptor describes the EJB components and external resources referenced by the application client.

...

Geronimo application client XML Schema Document

...

...

Schema Document Properties Anchorschemaschema

Target Namespace

http://geronimo.apache.org/xml/ns/j2ee/application-client-1.1

Version

1.1

Element and Attribute Namespaces

*Global element and attribute declarations belong to this schema's
target namespace.
*By default, local element declarations belong to this schema's target
namespace.
*By default, local attribute declarations have no namespace.

Schema Composition

*This schema imports schema(s) from the following namespace(s):

http://geronimo.apache.org/xml/ns/naming-1.1(at

geronimo-naming-1.1.xsd)

http://geronimo.apache.org/xml/ns/security-1.1(at

geronimo-security-1.1.xsd)

http://geronimo.apache.org/xml/ns/j2ee/connector-1.1(at

geronimo-connector-1.1.xsd)

http://geronimo.apache.org/xml/ns/deployment-1.1(at

geronimo-config-1.1.xsd)

...

Schema Component Representation

...

Global Declarations Anchorglobalglobal

Element: application-client Anchorappclient appclient

Name

application-client

Type

Geronimo:application-clientType

Nillable

no

Abstract

no

...

Global Definitions Anchorglobaldef globaldef

Complex Type: application-clientType AnchorappClientTypeappClientType

Super-types:

None

Sub-types:

None

Name

application-clientType

Abstract

no

...

...

Complex Type: resourceType AnchorresourceTyperesourceType

Super-types:None

Sub-types: None

Name

resourceType

Abstract

no

...

Legend Anchorlegendlegend

Complex Type: AusAddress

Schema Component Type

Schema Component Name

Super-types:

Address < AusAddress (by extension)

Sub-types:

QLDAddress (by restriction)

...

If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.

...

The table above displays the properties of this schema component.

...

...

The XML Instance Representation table above shows the schema component's content as an XML instance.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. 0..1.

...

  • If a local element/attribute has documentation, it will be displayed in a window that pops up when the
    question mark inside the attribute or next to the element is clicked, e.g. <postcode>.

...

...

The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)

Glossary Anchorglossaryglossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

...