3.1.4.2.3.1 tns:AppIdInfo Complex Type

The AppIdInfo complex type specifies an application identifier and the associated administrative key.

 <xs:complexType name="AppIdInfo">
   <xs:sequence>
     <xs:element name="AppId"
       type="s:string"
      />
     <xs:element name="AdminKey"
       type="s:string"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the AppIdInfo complex type.

Element name

Type

Description

AppId

s:string ([XMLSCHEMA2])

Specifies an application identifier.

AdminKey

s:string

Specifies the administrative key that is associated with the application identifier.