summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sdo/runtime/core/test/company_with_nillable_SN.xml
blob: cc6e93e4bbcbcf19ec69b1d710b9a1d297322039 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" ?> 
 <!--  This XML has an employee with an SN of nil, which should appear in the SDO as NULL 
  --> 
 <company xmlns="companyNS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="MegaCorp" employeeOfTheMonth="#/departments.0/employees.1">
<departments name="Advanced Technologies" location="NY" number="123">
<employees>
<name>Jane Doe</name> 
<SN xsi:nil="true" /> 
</employees>
</departments>
</company>