<xsd:complexType name="AssessmentCatalogQueryType">
<xsd:annotation>
<xsd:documentation>Root element for AssessmentCatalogQuery</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ClientId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Filter" type="FilterType">
<xsd:annotation>
<xsd:documentation>Used to restrict the AssessmentPackages included in a catalog.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProviderId" type="EntityIdType" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|