2.2.4.97 DataQualityDomain

Applies to MDS 2012

The DataQualityDomain complex type represents the data quality domain.

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

 <xs:complexType name="DataQualityDomain">
   <xs:sequence>
     <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
     <xs:element xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="DomainType" type="q999:DomainType" />
     <xs:element minOccurs="0" name="Id" type="xs:long" />
     <xs:element minOccurs="0" name="IsDefault" type="xs:boolean" />
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
   </xs:sequence>
 </xs:complexType>

Description: Specifies the description for the domain.

DomainType: Specifies the domain type.

Id: Specifies the domain identifier.

IsDefault: Specifies a value that indicates whether the quality domain is defined as the default domain.

Name: Specifies the name of the domain.