2.2.4.36 ArrayOfKnowledgebase

Applies to MDS 2012

The ArrayOfKnowledgebase complex type specifies a collection of Knowledgebase complex types.

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

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

Knowledgebase: Specifies the Knowledgebase complex type.