change_summary_bytes.xml 813 B

123456789101112131415161718192021
  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="Employee">
  6. <xsd:sequence>
  7. <xsd:element name="sampleProperty" type="xsd:hexBinary" minOccurs="0"/>
  8. <xsd:element name="changeSummary" type="sdo:ChangeSummary"/>
  9. </xsd:sequence>
  10. </xsd:complexType>
  11. </schema>
  12. </xsd>
  13. <changeSummary>
  14. <Employee sdo:ref="#/Employee">
  15. <sampleProperty>00010203040506070809</sampleProperty>
  16. </Employee>
  17. </changeSummary>
  18. <ns1:Employee>
  19. <sampleProperty>0104070A0D101316191C1F2225282B2E3134373A</sampleProperty>
  20. </ns1:Employee>
  21. </sdo:datagraph>