2.2.4.55 ArrayOfSystemDomainListItem

The ArrayOfSystemDomainListItem complex type specifies a collection of SystemDomainListItem complex types.

The following is the XML schema definition of the ArrayOfSystemDomainListItem complex type.

 <xs:complexType name="ArrayOfSystemDomainListItem">
     <xs:sequence>
       <xs:element xmlns:q281="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" maxOccurs="unbounded" name="SystemDomainListItem" nillable="true" type="q281:SystemDomainListItem" />
     </xs:sequence>
   </xs:complexType>

SystemDomainListItem: Specifies the SystemDomainListItem complex type.