I'm trying to parse GreenButton data that we will be getting from many different clients using Visual Studio C#. I've used the XSD command available in Visual Studio to create classes based on the espiderived.xsd. I am hoping to deserialize my green button xml into these classes and navigate through the data this way instead of doing an xpath each time. However, I'm not sure that I understand the classes that get produced. Is there some top-level object in this hierachy? To me, it almost looks like there are many objects (i.e. Authorization, MeterReading, ReadingType...) that are all at the same level of the hierarchy. I'm trying to find out if there is one parent object that contains these. Am I just missing something? Can anyone fill in the gaps for me here?
--
--
You received this message because you are subscribed to the "energyos_espi" group.
To post to this group, send email to energy...@googlegroups.com
To unsubscribe from this group, send email to: energyos_esp...@googlegroups.com
http://www.energyos.org/espi/
---
You received this message because you are subscribed to the Google Groups "energyos_espi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to energyos_esp...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I'm trying to parse GreenButton data that we will be getting from many different clients using Visual Studio C#. I've used the XSD command available in Visual Studio to create classes based on the espiderived.xsd. I am hoping to deserialize my green button xml into these classes and navigate through the data this way instead of doing an xpath each time. However, I'm not sure that I understand the classes that get produced. Is there some top-level object in this hierachy? To me, it almost looks like there are many objects (i.e. Authorization, MeterReading, ReadingType...) that are all at the same level of the hierarchy. I'm trying to find out if there is one parent object that contains these. Am I just missing something? Can anyone fill in the gaps for me here?
--
--
You received this message because you are subscribed to the "energyos_espi" group.
To post to this group, send email to energy...@googlegroups.com
To unsubscribe from this group, send email to: energyos_esp...@googlegroups.com
http://www.energyos.org/espi/
---
You received this message because you are subscribed to the Google Groups "energyos_espi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to energyos_esp...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--