Package org.apache.axis.schema
Class SchemaVersion2000
java.lang.Object
org.apache.axis.schema.SchemaVersion2000
- All Implemented Interfaces:
Serializable
,SchemaVersion
2000 Schema characteristics.
- Author:
- Glen Daniels (gdaniels@apache.org)
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.axis.schema.SchemaVersion
SCHEMA_1999, SCHEMA_2000, SCHEMA_2001
-
Method Summary
Modifier and TypeMethodDescriptionGet the appropriate QName for the "null"/"nil" attribute for this Schema version.The XSD URIThe XSI URIvoid
Register the schema specific type mappings
-
Field Details
-
QNAME_NIL
-
-
Method Details
-
getNilQName
Get the appropriate QName for the "null"/"nil" attribute for this Schema version.- Specified by:
getNilQName
in interfaceSchemaVersion
- Returns:
- {http://www.w3.org/2000/10/XMLSchema-instance}null
-
getXsiURI
The XSI URI- Specified by:
getXsiURI
in interfaceSchemaVersion
- Returns:
- the XSI URI
-
getXsdURI
The XSD URI- Specified by:
getXsdURI
in interfaceSchemaVersion
- Returns:
- the XSD URI
-
registerSchemaSpecificTypes
Register the schema specific type mappings- Specified by:
registerSchemaSpecificTypes
in interfaceSchemaVersion
-