Given a name-value pair element:

 

<xs:complexType name="NVP">
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="value" type="xs:string" use="required"/>
</xs:complexType>

 

and a collection:


<xs:complexType name="Variables">
    <xs:sequence>
        <xs:element name="Variable" type="NVP" maxOccurs="unbounded"/>
    </xs:sequence>
</xs:complexType>

 

How would one map the collection to java.util.Properties?

 

Thanks,

Marvin Wolfthal

email: m...@weichi.com

 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to