For XHTML documents that serve as XML (application/xhtml+xml), the xml:lang attribute is required for language declaration. For compatibility with HTML user agents, both lang (HTML) and xml:lang (XML) should be specified. Option B uses xml:language which doesn't exist, and option C uses 'language' which isn't a valid attribute.