3.2.4.5.2.1 tns:RemoveUri Element

The RemoveUri element specifies the information that is required to remove a URI from federation management service.

 <xs:element name="RemoveUri">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="appId"
         type="s:string"
         minOccurs="0"
         maxOccurs="1"
        />
       <xs:element name="uri"
         type="s:string"
         minOccurs="0"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the RemoveUri 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.

uri

s:string

Specifies the URI to be removed.

Can be present.