123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <sdo:datagraph xmlns:ns1="company.xsd" xmlns:sdo="commonj.sdo">
- <xsd>
- <schema xmlns:sdo="commonj.sdo" xmlns:tns="company.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="company.xsd">
- <xsd:complexType name="Employee">
- <xsd:sequence>
- <xsd:element name="sampleProperty" type="xsd:hexBinary" minOccurs="0"/>
- <xsd:element name="changeSummary" type="sdo:ChangeSummary"/>
- </xsd:sequence>
- </xsd:complexType>
- </schema>
- </xsd>
- <changeSummary>
- <Employee sdo:ref="#/Employee">
- <sampleProperty>00010203040506070809</sampleProperty>
- </Employee>
- </changeSummary>
- <ns1:Employee>
- <sampleProperty>0104070A0D101316191C1F2225282B2E3134373A</sampleProperty>
- </ns1:Employee>
- </sdo:datagraph>
|