# Titanium.XML.Attr
Represents an attribute of an Titanium.XML.Element.
# Overview
Implements the DOM Level 2 API (opens new window) on Android and iOS.
# Properties
# ownerElement READONLY
ownerElement :Titanium.XML.Element
The Titanium.XML.Element to which the attribute belongs.
# specified READONLY
specified :Boolean
True if this attribute was explicitly given a value in the instance document, false otherwise.