final String UNSIGNEDLONG = "unsignedLong";
final String UNSIGNEDSHORT = "unsignedShort";
final String YEAR = "gYear";
final String YEARMONTH = "gYearMonth";
final XSFacets facets = new XSFacets();
XSSimpleTypeDecl anySimpleType = XSSimpleTypeDecl.fAnySimpleType;
types.put(ANYSIMPLETYPE, anySimpleType);
XSSimpleTypeDecl stringDV = new XSSimpleTypeDecl(anySimpleType, STRING, XSSimpleTypeDecl.DV_STRING, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.STRING_DT);
types.put(STRING, stringDV);