3.2.4.4.2.1 tns:ReleaseDomain Element

The ReleaseDomain element specifies the information that is required to release a domain from federation management service.

 <xs:element name="ReleaseDomain">
   <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:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the ReleaseDomain 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 to be released.

Can be present.