2.2.4.128 Knowledgebase

Applies to MDS 2012

The Knowledgebase complex type represents the knowledge base.

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

 <xs:complexType name="Knowledgebase">
   <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="Domains" nillable="true" type="q999:ArrayOfDataQualityDomain" />
     <xs:element minOccurs="0" name="Id" type="xs:long" />
     <xs:element xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MatchingPolicy" nillable="true" type="q999:MatchingPolicy" />
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
   </xs:sequence>
 </xs:complexType>

Description: Specifies the description for the knowledge base.

Domains: Specifies a collection of data quality domains.

Id: Specifies the knowledge base identifier.

MatchingPolicy: Specifies the matching policy for the knowledge base.

Name: Specifies the name of the knowledge base.