Partager via


3.1.4.1.3.3 m:ConvertIdType Complex Type

The ConvertIdType complex type specifies the contents of a ConvertId operation request. The ConvertIdType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="ConvertIdType">
   <xs:complexContent>
     <xs:extension
       base="m:BaseRequestType"
     >
       <xs:sequence>
         <xs:element name="SourceIds"
           type="t:NonEmptyArrayOfAlternateIdsType"
          />
       </xs:sequence>
       <xs:attribute name="DestinationFormat"
         type="t:IdFormatType"
         use="required"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

SourceIds

t:NonEmptyArrayOfAlternateIdsType (section 3.1.4.1.3.8). 

Specifies the source identifiers to convert.

The following table lists the attributes of the ConvertIdType complex type.

Attribute name

Type

Description

DestinationFormat

t:IdFormatType (section 3.1.4.1.4.1).

Specifies the identifier format that will be returned for all the converted identifiers.