org.apache.ws.jaxme.xs.xml
Interface XsSchemaHeader

All Known Subinterfaces:
JAXBXsSchema, XsESchema
All Known Implementing Classes:
JAXBXsSchemaImpl, XsESchemaImpl

public interface XsSchemaHeader

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


Method Summary
 XsFormChoice getAttributeFormDefault()
          Returns the "form" attributes default value for attributes.
 XsBlockSet getBlockDefault()
          Returns the "block" attributes default value.
 XsFormChoice getElementFormDefault()
          Returns the "form" attributes default value for elements.
 XsDerivationSet getFinalDefault()
          Returns the "final" attributes default value.
 XsID getId()
          Returns the schemas ID.
 XsAnyURI getTargetNamespace()
          Returns the target namespace.
 java.lang.String getTargetNamespacePrefix()
          Returns a prefix associated with the target namespace or null, if no such prefix is available.
 XsToken getVersion()
          Returns the schema version.
 

Method Detail

getAttributeFormDefault

XsFormChoice getAttributeFormDefault()

Returns the "form" attributes default value for attributes.


getBlockDefault

XsBlockSet getBlockDefault()

Returns the "block" attributes default value.


getElementFormDefault

XsFormChoice getElementFormDefault()

Returns the "form" attributes default value for elements.


getFinalDefault

XsDerivationSet getFinalDefault()

Returns the "final" attributes default value.


getId

XsID getId()

Returns the schemas ID.


getTargetNamespace

XsAnyURI getTargetNamespace()

Returns the target namespace.


getVersion

XsToken getVersion()

Returns the schema version.


getTargetNamespacePrefix

java.lang.String getTargetNamespacePrefix()

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