<?xml version="1.0" encoding="UTF-8"?>
<address>
<type>BS7666Address</type>
<paon>1</paon>
<street>Acacia Avenue</street>
<locality>Anytown</locality>
<postcode>AB1 2CD</postcode>
</address>
![](/waste-service-standards/images/DCLG_3282_AW.png)
BS7666Address
Types
This uses the Land Registry BS7666 type.
Properties
Term | Mapping | Definition |
---|---|---|
paon | landreg:paon | Primary Addressable Object Name (PAON), typically building name or street number (see BS7666). |
saon | landreg:saon | Secondary Addressable Object Name (SAON), e.g. flat number (see BS7666). |
street | landreg:street | Name of any thoroughfare in England and Wales which is the first or only street name in an address. |
locality | landreg:locality | Name of a place which is either a hamlet / village in a rural area or a subdivision of a town / city in an urban area. |
town | landreg:town | Name of an urban area. |
county | landreg:county | Name of a geographic area which comprises either a current of former county in England of Wales or a Unitary Authority. |
postcode | landreg:postcode | Postcode. |
Serialisation
{
"@type": "BS7666Address",
"paon": "1",
"street": "Acacia Avenue",
"locality": "Anytown",
"postcode": "AB1 2CD"
}