-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSHIP.xml
23 lines (23 loc) · 877 Bytes
/
SHIP.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='UTF-8'?>
<ship element-type="dataset">
<ships element-type="recordset">
<record element-type="record" ship_id="209">
<name is-null="False">Rabonbán II.</name>
<built is-null="False" date="1936-01-01" />
<status is-null="False">active</status>
<type is-null="False">sailing boat</type>
</record>
<record element-type="record" ship_id="150">
<name is-null="False">Tamangó</name>
<built is-null="False" date="1964-01-01" />
<status is-null="False">active</status>
<type is-null="False">sailing boat</type>
</record>
<record element-type="record" ship_id="424">
<name is-null="False">Winner</name>
<built is-null="False" date="1997-02-02" />
<status is-null="False">active</status>
<type is-null="False">battleship</type>
</record>
</ships>
</ship>