Waste container

Types

WasteContainer derives from Feature.

Properties

Term Mapping Definition
id string Unique identifer.
type Waste container type The type of container.
barcode integer A barcode number.
RFID integer A RFID tag number.
status string The status of the container.

Serialisation

  {
  "@type": "WasteContainer",
  "uprn": "123456789",
  "serial_number": "ABCD1234",
  "barcode": "12345678890"
}

  
  <?xml version="1.0" encoding="UTF-8"?>
<waste-container>
  <type>WasteContainer</type>
  <uprn>123456789</uprn>
  <serial-number>ABCD1234</serial-number>
  <barcode>12345678890</barcode>
</waste-container>