complexType FinancialValueType

complexType {}FinancialValueType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by extension)
 {}FinancialValueType
Derived Types
{}FinancialValueType
 {}FinancialValue (by type)
Abstractfalse (This can be used in an instance)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="FinancialValueType">
    <
xs:annotation>
        <
xs:documentation>ComplexType for FinancialValue</xs:documentation>
    </
xs:annotation>
    <
xs:simpleContent>
        <
xs:extension base="xs:string">
            <
xs:attribute name="estimateActual" type="rixmldt:EstimateActualEnum" use="required">
                <
xs:annotation>
                    <
xs:documentation>Indicates whether a financial figure is actual or estimated.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
            <
xs:attribute name="period" type="rixmldt:PeriodEnum" use="optional">
                <
xs:annotation>
                    <
xs:documentation>Used together with periodYear and periodEnd to indicate the applicable period for a financial value. Example: Q4 2000 ending 31 December.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
            <
xs:attribute name="periodEnd" type="xs:dateTime" use="optional">
                <
xs:annotation>
                    <
xs:documentation>Used together with period and periodYear to indicate the applicable period for a financial value. Example: Q4 2000 ending 31 December.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
            <
xs:attribute name="periodYear" type="xs:integer" use="optional">
                <
xs:annotation>
                    <
xs:documentation>The four-digit year used together with period and periodEnd to indicate the applicable period for a financial value. Example: Q4 2000 ending 31 December.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
            <
xs:attribute name="duration" type="xs:duration" use="optional">
                <
xs:annotation>
                    <
xs:documentation>Time duration that is being addressed.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
            <
xs:attribute name="dateTime" type="xs:dateTime" use="optional">
                <
xs:annotation>
                    <
xs:documentation>Exact date and time applicable to a financial data item, expressed using ISO 8601 (as refined by the World Wide Web Consortium's note http://www.w3.org/TR/NOTE-datetime). In addition, RIXML requires the use of Zulu time or Z-time (GMT +/- n hours:minute:seconds). All times are absolute and easier to compute, rather than using a relative (i.e. 08:30 +5) time. Generally dateTime is used instead of period, periodYear and periodEnd when a specific date can be assigned to a financial data item, for example, Total Assets as of 31 January 2000.</xs:documentation>
                </
xs:annotation>
            </
xs:attribute>
        </
xs:extension>
    </
xs:simpleContent>
</
xs:complexType>


Documentation

ComplexType for FinancialValue


complexType FinancialValueType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.