3.2.4.1.2.1 tns:AddUri Element

The AddUri element specifies the URI that is to be added to the federation management service by the AddUri operation.

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

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

Element name

Type

Description

appId

s:string ([XMLSCHEMA2])

Specifies the application identifier that is assigned to the entity requesting that the URI be registered with a federation management service.

uri

s:string

Specifies the URI to register with the federation management service.