public List AbstractFeatureTypeGetProperties(
     Object object,
     XSDElementDeclaration element,
     SchemaIndex schemaIndex,
     Configuration configuration) {
   return e.AbstractFeatureType_getProperties(
       object,
       element,
       schemaIndex,
       new HashSet<String>(
           Arrays.asList("name", "description", "boundedBy", "location", "metaDataProperty")),
       configuration);
 }