Files
release11-tools/Frontend/src/assets/sampleXml.xml
Mikolaj Widla 971cc5f36a merge new tools (#244)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Co-authored-by: Adam Bem <bema@noreply.example.com>
Reviewed-on: #244
2023-09-05 11:15:20 +02:00

62 lines
1.8 KiB
XML

<?xml version = "1.0" encoding = "UTF-8"?>
<u:root xmlns:u = "http://www.release11.com/schemas/Sample.xsd" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://www.tibco.com/schemas/Shemy4tools/Folder/Schema.xsd Schema4tools.xsd">
<u:UserList Id = "a">
<u:User Id = "1">
<u:Name>John</u:Name>
<u:Surname>Wick</u:Surname>
<u:DateOfDeath>2023-10-10</u:DateOfDeath>
</u:User>
<u:User Id = "2">
<u:Name>Martha</u:Name>
<u:Surname>Whane</u:Surname>
<u:DateOfDeath>1970-06-13</u:DateOfDeath>
</u:User>
<u:User Id = "3">
<u:Name>Bruce</u:Name>
<u:Surname>Lee</u:Surname>
<u:DateOfDeath>1985-01-24</u:DateOfDeath>
</u:User>
<u:User Id = "4">
<u:Name>John</u:Name>
<u:Surname>Rambo</u:Surname>
<u:DateOfDeath>2024-06-19</u:DateOfDeath>
</u:User>
<u:NameList>FirstList</u:NameList>
</u:UserList>
<u:UserList Id = "b">
<u:User Id = "1">
<u:Name>Jack</u:Name>
<u:Surname>Wicker</u:Surname>
<u:DateOfDeath>2023-10-10</u:DateOfDeath>
</u:User>
<u:NameList>SecondList</u:NameList>
</u:UserList>
<u:UserList Id = "c">
<u:User Id = "1">
<u:Name>New</u:Name>
<u:Surname>Folder</u:Surname>
<u:DateOfDeath>2023-11-10</u:DateOfDeath>
</u:User>
<u:User Id = "2">
<u:Name>Newer</u:Name>
<u:Surname>Folder</u:Surname>
<u:DateOfDeath>2023-11-11</u:DateOfDeath>
</u:User>
<u:User Id = "3">
<u:Name>Newest</u:Name>
<u:Surname>Folder</u:Surname>
<u:DateOfDeath>2023-11-12</u:DateOfDeath>
</u:User>
<u:User Id = "4">
<u:Name>New</u:Name>
<u:Surname>Folder2</u:Surname>
<u:DateOfDeath>2023-11-13</u:DateOfDeath>
</u:User>
<u:User Id = "5">
<u:Name>New</u:Name>
<u:Surname>Folder-Final</u:Surname>
<u:DateOfDeath>2023-11-14</u:DateOfDeath>
</u:User>
<u:NameList>ThirdList</u:NameList>
</u:UserList>
</u:root>