<xsd:complexType name="AdditionalContractAttributeType">
<xsd:sequence>
<xsd:element minOccurs="0" name="AttributeName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Name of the attribute used to facilitate validation and discounting of the finance plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AttributeValue" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Value of the attribute used to facilitate validation and discounting of the finance plan.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|