changesummary_prop_list_bytes.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <sdo:datagraph xmlns:ns1="company.xsd" xmlns:sdo="commonj.sdo">
  3. <xsd>
  4. <schema xmlns:sdo="commonj.sdo" xmlns:tns="company.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="company.xsd">
  5. <xsd:complexType name="DepartmentType">
  6. <xsd:sequence>
  7. <xsd:element name="name" type="xsd:string" minOccurs="0"/>
  8. <xsd:element name="location" type="xsd:string" minOccurs="0"/>
  9. <xsd:element name="birthDate" type="xsd:dateTime" minOccurs="0"/>
  10. <xsd:element name="list_bytes" type="xsd:hexBinary" maxOccurs="unbounded" minOccurs="0"/>
  11. <xsd:element name="changeSummary" type="sdo:ChangeSummary"/>
  12. </xsd:sequence>
  13. </xsd:complexType>
  14. </schema>
  15. </xsd>
  16. <changeSummary>
  17. <DepartmentType sdo:ref="#/DepartmentType">
  18. <name>R &amp; D</name>
  19. <location>Ouaga, BF</location>
  20. <list_bytes>
  21. <listChanges kind="change" index="0" dataValues="00010203040506070809"/>
  22. <listChanges kind="append" index="3"/>
  23. <listChanges kind="append" index="4"/>
  24. <listChanges kind="change" index="1" dataValues=""/>
  25. <listChanges kind="delete" index="0" dataValues="0104070A0D101316191C1F2225282B2E3134373A3D404346494C4F525558"/>
  26. <listChanges kind="delete" index="1" dataValues="0104070A0D101316191C1F2225282B2E3134373A"/>
  27. <listChanges kind="insert" index="2"/>
  28. <listChanges kind="append" index="4"/>
  29. </list_bytes>
  30. </DepartmentType>
  31. </changeSummary>
  32. <ns1:DepartmentType>
  33. <name>R &amp; D Department</name>
  34. <location>Ouaga 01, BF</location>
  35. <birthDate>1899-12-30T00:00:00Z</birthDate>
  36. <list_bytes></list_bytes>
  37. <list_bytes>0104070A0D101316191C1F2225282B2E3134373A3D404346494C4F5255585B5E6164676A6D707376</list_bytes>
  38. <list_bytes>0104070A0D101316191C1F2225282B2E3134373A</list_bytes>
  39. <list_bytes>00010203040506070809</list_bytes>
  40. <list_bytes>0104070A0D101316191C1F2225282B2E3134373A3D404346494C4F525558</list_bytes>
  41. </ns1:DepartmentType>
  42. </sdo:datagraph>