3.1.4.6.2.1 tns:ReserveDomain Element

The ReserveDomain element specifies the information that is required to reserve a domain for federation management by using the ReserveDomain operation.

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

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

Element name

Type

Description

ownerAppId

s:string ([XMLSCHEMA2])

Specifies the application identifier of the organization that wants to reserve the domain.

domainName

s:string

Specifies the domain name of the domain to reserve for federation management.

programId

s:string

Reserved for future use.<3>