2.2.4.18 ArrayOfDataQualityDomain

Applies to MDS 2012

The ArrayOfDataQualityDomain complex type specifies a collection of DataQualityDomain complex types.

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

   <xs:complexType name="ArrayOfDataQualityDomain">
     <xs:sequence>
       <xs:element xmlns:q141="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" maxOccurs="unbounded" name="DataQualityDomain" nillable="true" type="q141:DataQualityDomain" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
     </xs:sequence>
   </xs:complexType>

DataQualityDomain: Specifies the DataQualityDomain complex type.