org.apache.ws.jaxme.xs.xml

Interface XsSchemaHeader

public interface XsSchemaHeader

This interface contains the data contained in the schemas root element.

Method Summary
XsFormChoicegetAttributeFormDefault()

Returns the "form" attributes default value for attributes.

XsBlockSetgetBlockDefault()

Returns the "block" attributes default value.

XsFormChoicegetElementFormDefault()

Returns the "form" attributes default value for elements.

XsDerivationSetgetFinalDefault()

Returns the "final" attributes default value.

XsIDgetId()

Returns the schemas ID.

XsAnyURIgetTargetNamespace()

Returns the target namespace.

StringgetTargetNamespacePrefix()

Returns a prefix associated with the target namespace or null, if no such prefix is available.

XsTokengetVersion()

Returns the schema version.

Method Detail

getAttributeFormDefault

public XsFormChoice getAttributeFormDefault()

Returns the "form" attributes default value for attributes.

getBlockDefault

public XsBlockSet getBlockDefault()

Returns the "block" attributes default value.

getElementFormDefault

public XsFormChoice getElementFormDefault()

Returns the "form" attributes default value for elements.

getFinalDefault

public XsDerivationSet getFinalDefault()

Returns the "final" attributes default value.

getId

public XsID getId()

Returns the schemas ID.

getTargetNamespace

public XsAnyURI getTargetNamespace()

Returns the target namespace.

getTargetNamespacePrefix

public String getTargetNamespacePrefix()

Returns a prefix associated with the target namespace or null, if no such prefix is available.

getVersion

public XsToken getVersion()

Returns the schema version.