A RealmType is an XML schema element type used to define a set of resources that are implemented and secured as a group. RealmType extends PrincipalType.
Example
<Realm>
<Name>Realm One</Name>
<Description>This is a realm.</Description>
<HomePage>http://www.zelestra.com/realms/realm01.html</HomePage>
<Services>http://www.zelestra.com/realms/realm01.wsdl</Services>
</Realm>
Other than those supplied by PrincipalType, there are no additional elements defined for RealmType.
The inherited Services element MAY contain a URL to a WSDL document that defines the Realm services.
RealmType is a chameleon schema document that takes on the XML namespace of the including schema document. The appropriate schema location designation is http://zlst.org/schemas/2001/RealmType/RealmType.xsd.