What does the following XPath expression represent?( )
/addressbook/address[@id='1']
The address having an id attribute with a value of 1
The id attribute of the address with an id of 1
The address having a child element named id with a value of 1
The address having an attribute named @id with a value of 1