<xs:complexType name="GrossIncomeType">
<xs:annotation>
<xs:documentation>
A Money value representing either an
individual's total personal income before
taking taxes or deductions into account
OR a company's revenue minus the cost of goods
sold. Formatting is defined by the currency
attribute, and the periods in which the
income amount occurs are defined by the
period attribute.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureMoney">
<xs:attribute ref="commons:currencyPeriod">
<xs:annotation>
<xs:appinfo>
<retsid>100088</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|