<xsd:element name="ScreeningRequirement" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Identifies the minimum required values pertinent to the specified jurisdiction.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ApplicableRegion" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PersonLegalIDRequirement" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Include required person legal id's and where specified, copy of the government issued legal id.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PersonLegalIDIndicator" type="oa:IndicatorType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Include specified person legal id's.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PersonLegalIdImageIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include copies of the government issued documents containing the suppliced person legal id.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
</xsd:complexType>
</xsd:element>
<xsd:element name="ProofOfResidenceImageIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include copies of any documents that will verify the applicants current address. For example, electrical bill.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CityIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include applicants city of residence.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CountrySubdivisionIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include applicants country subdivison values for place of residence. For example County.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FullAddressRequirement" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Include required address information and for the specified duration of time. If the FullAddressRequiredDuration is not specified, then the default value will be the current address of residence.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="FullAddressIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include applicants full address.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FullAddressRequiredDuration" type="oa:DurationMeasureType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The minumum number of years required for address history.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
</xsd:complexType>
</xsd:element>
<xsd:element name="MothersNameIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include applicant's mothers name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FathersNameIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include applicants's fathers name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PreviousNameIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include all previous names.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PlaceOfBirthIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include the place of birth.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserDefinedRequirement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|