End of object
The last item the user object needs is the
end of object
tag.
This is indicated by placing the name of the object between </
and >
.
For example, </user>
indicates the end
of the user object.As with any object if the object does not contain child objects, the object can be ended by
placing a
/>
at the end of the object definition. So the following,
<group name="Sample" gid="1084000">
</group>
is equivalent to:
<group name="Sample" gid="1084000"/>