20 likes | 205 Views
XML Example - Elements. <PROPERTYLIST> < PropertyForRent > < propertyNo >PA14</ propertyNo > <Address> <street>16 Holland</street> <city>Aberdeen</city> <postcode>AB7 5SU</postcode> </Address> <type>House</type> <rooms>6</rooms> <rent>650</rent> < ownerNo >CO46</ ownerNo >
E N D
XML Example - Elements <PROPERTYLIST> <PropertyForRent> <propertyNo>PA14</propertyNo> <Address> <street>16 Holland</street> <city>Aberdeen</city> <postcode>AB7 5SU</postcode> </Address> <type>House</type> <rooms>6</rooms> <rent>650</rent> <ownerNo>CO46</ownerNo> <staffNo>SA9</staffNo> <branchNo>B007</branchNo> </PropertyForRent> </PROPERTYLIST>
Attributes <PROPERTYLIST> <PropertyForRentpropertyNo=“PL94” street=“6 Argyle St” city=“London” postcode=“NW2” type=“Flat” rooms=“4” rent=“400” onwerNo=“CO87” staffNo=“SL41” branch=“B005”> </PropertyForRent> </PROPERTYLIST>