001    package com.thaiopensource.datatype.xsd;
002    
003    class IdDatatype extends NCNameDatatype {
004      public int getIdType() {
005        return ID_TYPE_ID;
006      }
007    }