<xsd:complexType name="SpecialProgramDetailType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="SpecialProgramDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
The description of the special program (First Time Buyer,
College Graduate, etc.) being applied to the deal.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="SpecialProgramsCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Code identifying the special program (First Time Buyer,
College Graduate, etc.) being applied to the deal.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|