This is a change to an existing and published schema. I think that needs its own new file and namespace.
Jarek > Modified: > geronimo/server/trunk/framework/modules/geronimo-system/src/main/xsd/attributes-1.2.xsd > URL: > http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/src/main/xsd/attributes-1.2.xsd?rev=596542&r1=596541&r2=596542&view=diff > ============================================================================== > --- > geronimo/server/trunk/framework/modules/geronimo-system/src/main/xsd/attributes-1.2.xsd > (original) > +++ > geronimo/server/trunk/framework/modules/geronimo-system/src/main/xsd/attributes-1.2.xsd > Mon Nov 19 21:25:27 2007 > @@ -183,6 +183,19 @@ > </xsd:documentation> > </xsd:annotation> > </xsd:attribute> > + <xsd:attribute name="propertyEditor" use="optional" > type="xsd:string"> > + <xsd:annotation> > + <xsd:documentation> > + The propertyEditor attribute defines the > property editor class > + to be used to get the value of this attribute > based on its > + string representation. > + > + If no editor is specified, then the type of the > attribute, as > + declared by GBeanAttribute, is used to find a > propertyEditor > + through the standard JavaBean search strategy. > + </xsd:documentation> > + </xsd:annotation> > + </xsd:attribute> > <!--<xsd:attribute name="value" use="optional">--> > <!--<xsd:annotation>--> > <!--<xsd:documentation>--> >
