<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>
|