Quark 6 Changing Layout Name of Document

Hi,
Does anyone know of the syntax, if it exists, to change the Layout name of a document? Thanks.

It’s tricly because you have to reference the “project.”

tell application “QuarkXPress Passport”
set name of active layout space of project 1 to “NEWNAME” as text
end tell