public interface SchemaVersion extends Serializable
Modifier and Type | Field and Description |
---|---|
static SchemaVersion |
SCHEMA_1999 |
static SchemaVersion |
SCHEMA_2000 |
static SchemaVersion |
SCHEMA_2001 |
Modifier and Type | Method and Description |
---|---|
QName |
getNilQName()
Get the appropriate QName for the "null"/"nil" attribute for this
Schema version.
|
String |
getXsdURI()
The XSD URI
|
String |
getXsiURI()
The XSI URI
|
void |
registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings
|
static final SchemaVersion SCHEMA_1999
static final SchemaVersion SCHEMA_2000
static final SchemaVersion SCHEMA_2001
QName getNilQName()
String getXsiURI()
String getXsdURI()
void registerSchemaSpecificTypes(TypeMappingImpl tm)
Copyright © The Apache Software Foundation. All Rights Reserved.