edu.sc.seis.sod.validator.model
Interface ModelDatatype

All Superinterfaces:
org.relaxng.datatype.Datatype
All Known Implementing Classes:
AnyText, DoubleDatatype, FloatDatatype, IntegerDatatype, NonnegativeIntegerDatatype, Token

public interface ModelDatatype
extends org.relaxng.datatype.Datatype


Field Summary
 
Fields inherited from interface org.relaxng.datatype.Datatype
ID_TYPE_ID, ID_TYPE_IDREF, ID_TYPE_IDREFS, ID_TYPE_NULL
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getExampleValue()
           
 
Methods inherited from interface org.relaxng.datatype.Datatype
checkValid, createStreamingValidator, createValue, getIdType, isContextDependent, isValid, sameValue, valueHashCode
 

Method Detail

getDescription

java.lang.String getDescription()

getExampleValue

java.lang.String getExampleValue()