3.2.4.2.3.1 t:AppIdInfo Complex Type

The AppIdInfo complex type specifies an application identifier.

 <xs:complexType name="AppIdInfo">
   <xs:sequence>
     <xs:element name="AppId"
       type="s:string"
       minOccurs="0"
       maxOccurs="1"
      />
   </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.

Can be present.