3.4.4.2.3.2 ActiveDirectoryPartition

The ActiveDirectoryPartition complex type extends the ActiveDirectoryObject complex type (section 2.2.4.1).

 <xs:complexType name="ActiveDirectoryPartition">
   <xs:complexContent mixed="false">
     <xs:extension base="ca:ActiveDirectoryObject">
       <xs:sequence>
         <xs:element
             name="DNSRoot"
             nillable="true"
             type="xs:string" />
         <xs:element
             name="DeletedObjectsContainer"
             nillable="true"
             type="xs:string" />
         <xs:element
             name="LostAndFoundContainer"
             nillable="true"
             type="xs:string" />
         <xs:element
             name="QuotasContainer"
             nillable="true"
             type="xs:string" />
         <xs:element
             name="ReadOnlyReplicaDirectoryServer"
             nillable="true"
             type="sera:ArrayOfstring" />
         <xs:element
             name="ReplicaDirectoryServer"
             nillable="true"
             type="sera:ArrayOfstring" />
         <xs:element
             name="SubordinateReferences"
             nillable="true"
             type="sera:ArrayOfstring" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>