schemaAttributes = new ArrayList();
List createList = form.getCreateableAttributes();
System.out.println("schemaAtts null, createList: " + createList);
FeatureType fType = getFeatureType(form, request);
for (int i = 0; i < fType.getAttributeCount(); i++) {
AttributeType attType = fType.getAttributeType(i);
AttributeTypeInfoConfig attributeConfig = new AttributeTypeInfoConfig(attType);
schemaAttributes.add(attributeConfig);
//new ArrayList();
//DataStoreConfig dsConfig = config.
//FeatureType featureType = config.get