media-io / yaserde

Yet Another Serializer/Deserializer
MIT License
179 stars 60 forks source link

example of heterogeneous xml child elements missing #137

Open chrisspre opened 2 years ago

chrisspre commented 2 years ago

Please add an example how a serializer/deserializer for heterogeneous xml child elements can be achievd.

For example the following XML

<Schema>
    <ComplexType Name="X">
        <!-- details omitted -->
    </ComplexType>
    <EnumType Name="Y">
        <!-- details omitted -->
    </EnumType>
    <!-- additional EnumType or ComplexType child elements omitted -->
</Schema>
xqp commented 2 years ago

any solution for this?