<xsd:complexType name="OtherChargesType">
<xsd:sequence>
<xsd:element minOccurs="0" name="OtherChargesAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation> Identifies the amount of other charges. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OtherChargesPaidFor" type="udt:TextType">
<xsd:annotation>
<xsd:documentation> Describes the purpose of the other charges.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OtherChargesPaidTo" type="udt:TextType">
<xsd:annotation>
<xsd:documentation> Describes to whom the other charges are to be paid.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OtherChargesCapitalizedIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Indicates whether the
item is capitalized or not capitalized if part of an lease </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|