Using XML, define a "person" object with the following properties. The root element should be "person". The "id" should be an attribute on the root node, the other properties should be defined as child elements.
| id | firstName | lastName |
|---|---|---|
| 1240895648 | DWAYNE | COOK |