FileDocCategorySizeDatePackage
SchemaVersion.javaAPI DocApache Axis 1.41751Sat Apr 22 18:57:28 BST 2006org.apache.axis.schema

SchemaVersion

public interface SchemaVersion implements Serializable
The SchemaVersion interface allows us to abstract out the differences between the 1999, 2000, and 2001 versions of XML Schema.
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
public static SchemaVersion
SCHEMA_1999
public static SchemaVersion
SCHEMA_2000
public static SchemaVersion
SCHEMA_2001
Constructors Summary
Methods Summary
public javax.xml.namespace.QNamegetNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.

return
the appropriate "null"/"nil" QName

public java.lang.StringgetXsdURI()
The XSD URI

return
the XSD URI

public java.lang.StringgetXsiURI()
The XSI URI

return
the XSI URI

public voidregisterSchemaSpecificTypes(org.apache.axis.encoding.TypeMappingImpl tm)
Register the schema specific type mappings