2
0

change_summary_integer.xml 629 B

12345678910111213141516
  1. <sdo:datagraph xmlns:sdo="commonj.sdo" xmlns:ns1="company.xsd">
  2. <xsd>
  3. <schema targetNamespace="company.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="company.xsd" xmlns:sdo="commonj.sdo">
  4. <xsd:complexType name="Employee">
  5. <xsd:sequence>
  6. <xsd:element name="changeSummary" type="sdo:ChangeSummary"/>
  7. </xsd:sequence>
  8. <xsd:attribute name="sampleProperty" type="xsd:int"/>
  9. </xsd:complexType>
  10. </schema>
  11. </xsd>
  12. <changeSummary>
  13. <Employee sdo:ref="#/Employee" sampleProperty="12345"/>
  14. </changeSummary>
  15. <ns1:Employee sampleProperty="-789"/>
  16. </sdo:datagraph>