org.openexi.schema
Class EmptySchema

java.lang.Object
  extended by org.openexi.schema.EmptySchema

public final class EmptySchema
extends java.lang.Object

EmptySchema provides an EXISchema that supports all datatypes inherent in XML Schema such as xsd:int and xsd:dateTime, but with no user-specific definitions. This is to support the use of dynamic datatype associations discovered within elements during processing.


Method Summary
static EXISchema getEXISchema()
          Returns an EXISchema that supports all datatypes inherent in XML Schema.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEXISchema

public static EXISchema getEXISchema()
Returns an EXISchema that supports all datatypes inherent in XML Schema. Calls to this method always return the same object.

Returns: