// schema-generator-properties?
Properties schemaGeneratorProps = descriptor.getSchemaGeneratorProperties();
if (schemaGeneratorProps!=null) {
PropertiesNode pn = new PropertiesNode();
pn.writeDescriptor(cmp, RuntimeTagNames.SCHEMA_GENERATOR_PROPERTIES, schemaGeneratorProps);
}
return cmp;
}
}