[Simple-support] Serializing Attribute Groups
Brought to you by:
niallg
|
From: Jean C. <jlc...@ya...> - 2012-01-05 02:42:03
|
Hi Everyone, I have a XML schema that I would like to serialize using Simple. The schema contains elements whose attributes are part of attribute groups. Several types contain references to multiple attribute groups. Is there an ideal way to serialize this reference in the class I'm creating? I would like to avoid having to specify each attribute every time the attribute group appears in the schema--this would get messy if an update to the schema changes the attributes in a given group. Thanks! |