3.2.4.6.2.1 tns:ReserveDomain Element

The ReserveDomain element specifies the information that is required to reserve a domain with a federation management service.

 <xs:element name="ReserveDomain">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="appId"
         type="s:string"
         minOccurs="0"
         maxOccurs="1"
        />
       <xs:element name="domainName"
         type="s:string"
         minOccurs="0"
         maxOccurs="1"
        />
       <xs:element name="programId"
         type="s:string"
         minOccurs="0"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the ReserveDomain element.

Element name

Type

Description

appId

s:string ([XMLSCHEMA2])

Specifies the application identifier assigned to the organization by the federation management service.

Can be present.

domainName

s:string

Specifies the domain that is to be registered.

Can be present.

programId

s:string

Reserved for future use.<6>

Can be present.