2.2.4.1 NonEmptyArrayOfLegacyDNsType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The NonEmptyArrayOfLegacyDNsType complex type specifies an array of legacy distinguished names.

 <xs:complexType name="NonEmptyArrayOfLegacyDNsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="unbounded" name="LegacyDN" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

LegacyDN: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents a single legacy distinguished name.