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
-
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getExampleValue()
-
Method Details
-
getDescription
java.lang.String getDescription() -
getExampleValue
java.lang.String getExampleValue()
-