2.2.4.56 ArrayOfSystemPropertyValue

Applies to MDS 2012

The ArrayOfSystemPropertyValue complex type specifies a collection of SystemPropertyValue complex types.

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

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

SystemPropertyValue: Specifies the SystemPropertyValue complex type.