<xsd:complexType name="AssessmentCatalogType">
<xsd:annotation>
<xsd:documentation>Root element for AssessmentCatalogQuery. The extensions hold the original query if there was one for this Catalog Listing. </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ClientId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A value that uniquely identified the end client to the assessment provider.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProviderId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A value that uniquely identifies an assessment provider to the recipient.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CatalogQueryStatus">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Status">
<xsd:annotation>
<xsd:documentation>The name of the Catalog Query status.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Match Found" />
<xsd:enumeration value="No Match Found" />
<xsd:enumeration value="Error" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Details" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="AssessmentPackage" type="AssessmentPackageType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A collection of elements that define and specify an AssessmentPackage that can be ordered for a Subject from an AssessmentVendor. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|