Definition Type: ComplexType
Name: FinancialPositionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CurrentAssetsLiabilitiesRatioMeasure in schema components_xsd Drilldown into DebtNetWorthRatioMeasure in schema components_xsd Drilldown into TotalNetWorthAmount in schema components_xsd Drilldown into WorkingCapitalAmount in schema components_xsd Drilldown into NetProfitAmount in schema components_xsd Drilldown into GrossProfitAmount in schema components_xsd Drilldown into AnnualSalesAmount in schema components_xsd Drilldown into EarnedSurplusAmount in schema components_xsd Drilldown into CapitalAmount in schema components_xsd Drilldown into TotalLiabilitiesAmount in schema components_xsd Drilldown into LongTermDirectLiabilities in schema components_xsd Drilldown into CurrentLiabilitiesAmount in schema components_xsd Drilldown into TotalAssetsAmount in schema components_xsd Drilldown into FixedAssetsAmount in schema components_xsd Drilldown into IntangibleAssetsAmount in schema components_xsd Drilldown into CurrentAssetsAmount in schema components_xsdXSD Diagram of FinancialPositionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FinancialPositionType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="CurrentAssetsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Assets that a company has at its disposal that can be easily converted into cash within one operating cycle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="IntangibleAssetsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>An asset that is not visible in the traditional balance sheet but still adds value to the company.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FixedAssetsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Fixed Assets of organization are those assets of a permanent nature required for the normal conduct of a business, and which will not normally be converted into cash during the ensuring fiscal period. For example, furniture, fixtures, land, and buildings are all fixed assets. However, accounts receivable and inventory are not.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalAssetsAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The total of all assets; both current and fixed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CurrentLiabilitiesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The liabilities to be paid within one year of the balance sheet date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LongTermDirectLiabilities" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Loans, debt or obligations with a maturity of longer than one year.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalLiabilitiesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The sum of all liability items.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CapitalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The money and other property of a corporation or other enterprise used in transacting the business.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="EarnedSurplusAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Prior years earnings not paid out as dividends, i.e., Retained Earnings.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AnnualSalesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Annual Sales of an organization.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="GrossProfitAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The net sales minus cost of sales.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NetProfitAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The company's total earnings reflecting revenues adjusted for costs of doing business, depreciation, interest, taxes and other expenses.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="WorkingCapitalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The difference between current assets and current liabilities. Measures the margin of protection for current creditors.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalNetWorthAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The total assets minus the total liabilities.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DebtNetWorthRatioMeasure" type="udt:MeasureType">
            <xsd:annotation>
                <xsd:documentation>Ratio of Debt to Net Worth of organization.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CurrentAssetsLiabilitiesRatioMeasure" type="udt:MeasureType">
            <xsd:annotation>
                <xsd:documentation>Ratio of Current Assets to Liabilities of organization.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentAssetsAmount star:CurrentAssetsAmount 0 (1)
IntangibleAssetsAmount star:IntangibleAssetsAmount 0 (1)
FixedAssetsAmount star:FixedAssetsAmount 0 (1)
TotalAssetsAmount star:TotalAssetsAmount 0 (1)
CurrentLiabilitiesAmount star:CurrentLiabilitiesAmount 0 (1)
LongTermDirectLiabilities star:LongTermDirectLiabilities 0 (1)
TotalLiabilitiesAmount star:TotalLiabilitiesAmount 0 (1)
CapitalAmount star:CapitalAmount 0 (1)
EarnedSurplusAmount star:EarnedSurplusAmount 0 (1)
AnnualSalesAmount star:AnnualSalesAmount 0 (1)
GrossProfitAmount star:GrossProfitAmount 0 (1)
NetProfitAmount star:NetProfitAmount 0 (1)
WorkingCapitalAmount star:WorkingCapitalAmount 0 (1)
TotalNetWorthAmount star:TotalNetWorthAmount 0 (1)
DebtNetWorthRatioMeasure star:DebtNetWorthRatioMeasure 0 (1)
CurrentAssetsLiabilitiesRatioMeasure star:CurrentAssetsLiabilitiesRatioMeasure 0 (1)
Collapse Derivation Tree:
Collapse References:
star:FinancialPosition