<xsd:complexType name="FinancingSubtotalsType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A generic component
structure that represens various calculatd subtotals used primarily in financing.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="SubtotalAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Total amount of line items extended. This is the economic value of the lineitem.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SubtotalTypeCode" type="sqdt:SubtotalTypeCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> An enumerated list of
available financing subtotals related to the subtotal amount. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="SubtotalDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A textual description for a subtotal.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|