<xsd:complexType name="AssessmentPackageReferenceType">
<xsd:annotation>
<xsd:documentation>AssessmentPackageReferenceType is an interoperable subset of the broader AssessmentPackageType. The intention is for this type to adhere to the overall data model for an Assessment Package, but omit elements that would not be relevant in Schemas such as AssessmentContent.xsd The intention is
to reference the same AssessmentPackage object, but to only bring in the particular elements required by the context.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="PackageId" type="EntityIdType" />
<xsd:element name="Name" type="xsd:string" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
<xsd:element name="AdministrationInfo" type="AdministrationInfoType" minOccurs="0" />
<xsd:element name="ResultInfo" type="ResultInfoType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|