HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Complex Type: ScreeningPackageReportType

Parent type: None
Name ScreeningPackageReportType
Documentation Dictionary Entry Name: Screening Package Report. Details

Definition: 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.

XML Instance Representation
<...
Attribute group reference (not shown): EffectiveDateAttributeGroup
>

Model group reference (not shown): DocumentIDGroup [0..1]
< DocumentSequence> ... </ DocumentSequence> [0..1]
< CustomerParty> ... </ CustomerParty> [0..*]
< SupplierParty> ... </ SupplierParty> [0..*]
< RequesterParty> ... </ RequesterParty> [0..*]
< PackageResult> ... </ PackageResult> [0..*]
< UserArea> ... </ UserArea> [0..1]
</...>
Schema Component Representation
<xsd:complexType name="ScreeningPackageReportType">
<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>