2.2.4.1 t:AddressListIdType

The AddressListIdType complex type specifies an identifier of an address list. This type extends the BaseFolderIdType complex type, as specified in section 2.2.4.4.<1>

   <xs:complexType name="AddressListIdType">
     <xs:complexContent>
       <xs:extension base="t:BaseFolderIdType">
         <xs:attribute name="Id" type="xs:string" use="required"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType> 

The following table lists the attribute of the AddressListIdType complex type.

Attribute name

Type

Description

Id

xs:string ([XMLSCHEMA2] section 3.2.1)

The identifier of the address list.