<xsd:complexType name="ApplicantDemographicsType">
<xsd:sequence>
<xsd:element minOccurs="0" name="EducationLevel" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Last Year of education completed>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="Dependents">
<xsd:annotation>
<xsd:documentation>
Represents information about the dependents in the
household
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FirstTimeBuyerIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Identifies customer as first time buyer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RetiredIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates if the Business Partner is
retired.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MilitaryIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates whether or not the applicant is a current member
of the military.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|