Package edu.sc.seis.sod.validator.model
Interface ModelDatatype
-
- All Superinterfaces:
org.relaxng.datatype.Datatype
- All Known Implementing Classes:
AnyText
,BooleanDatatype
,DoubleDatatype
,FloatDatatype
,IntegerDatatype
,NonnegativeIntegerDatatype
,Token
public interface ModelDatatype extends org.relaxng.datatype.Datatype
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getExampleValue()
-