Null
From QuestWiki
An attribute type of "null" effectively means that the attribute doesn't exist. When the game is saved, null attributes are not written.
You can check if an attribute is null using the "null" keyword:
if (someobject.parent = null) { ... }