001    package com.thaiopensource.datatype.xsd;
002    
003    class StringDatatype extends TokenDatatype {
004      StringDatatype() {
005        super(WHITE_SPACE_PRESERVE);
006      }
007    }