> What is the easiest way to extend an attribute group with another attribute > group? > Let's say I want to extend attribute group X with attribute group Y. I don't think there is a way to extend an already declared attributeGroup with more attributes. However, if you create a new attributeGroup you can reference another attributeGroup within the new one: <xs:attributeGroup name="Y"> <xs:attribute ...> ... </xs:attributeGroup> <xs:attributeGroup name="X"> <xs:attribute ...> ... <xs:attributeGroup ref="Y"> </xs:attributeGroup> Cheers, /EddieReceived on Monday, 5 November 2001 01:51:20 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:13:35 GMT