3.2.4.1.3.5 dsc:RequestedRepositoryElementsType

The dsc:RequestedRepositoryElementsType type defines a collection of one or more elements of type xs:QName (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) that represent what information is to returned in an dsc:GetRepositoryElements request.

 <xs:complexType name="RequestedRepositoryElementsType">
     <xs:sequence>
         <xs:element name="Name" type="xs:QName" maxOccurs="unbounded"/>
     </xs:sequence>
     <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>
  

Predefined Values:

dsc:RepositoryConfiguration - Get all the configuration information for the scan repository

dsc:RepositoryStatus - Get all the status information for the scan repository