Definition Type: Element
Name: FullAddressRequirement
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into FullAddressRequiredDuration in schema components_xsd Drilldown into FullAddressIndicator in schema components_xsd Drilldown into typeCode in schema components_xsdXSD Diagram of FullAddressRequirement in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FullAddressIndicator nsA:FullAddressIndicator 0 (1)
FullAddressRequiredDuration nsA:FullAddressRequiredDuration 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode (Optional)