2.2.4.44 ArrayOfMetadataAttribute

The ArrayOfMetadataAttribute complex type specifies a collection of MetadataAttribute complex types.

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

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

MetadataAttribute: Specifies the MetadataAttribute complex type.