3.1.4.66.2.1 SystemSettingsGetRequest

The SystemSettingsGetRequest request element MUST include a SystemSettingsGetCriteria complex type.

The following is the XML schema definition of the SystemSettingsGetRequest request element.

   <xs:element name="SystemSettingsGetRequest">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q515="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="SearchCriteria" nillable="true" type="q515:SystemSettingsGetCriteria"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

SearchCriteria: Specifies a SystemSettingsGetCriteria complex type.