<xsd:complexType name="ScreeningPackageReportType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Screening Package Report. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a subset of the full ScreeningReport. It is intended to support a simple fulfillment scenario under which detailed, fielded results would not
be returned, just summary information or URL where are full report can be accessed. It is a fully-compatible subset.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="DocumentIDGroup" minOccurs="0" />
<xsd:element ref="DocumentSequence" minOccurs="0" />
<xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RequesterParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PackageResult" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|