# Table of contents:
# Introduction
A Resource Handle is a common type used across the Schematized Storage Service.
It has multiple ways of being defined to relate to an object:
- By relationship (
<RelationshipName>and<Alias>). - By resource ID (
<ResourceID>).
# By relationship
In this mode, there are two elements:
<RelationshipName>: The relationship's name.<Alias>: Where the resource is stored.
This element has two children:
Name: The identifier used to search the<NameSpace>.NameSpace: The realm to search:MyCidStuff: Search by Common ID.MyStuff: Search by user handle.
# By resource ID
In this mode, there is only one element:
<ResourceID>: The resource ID.