Definition Type: ComplexType
Name: RegulatoryReportingType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Documentation:
Information needed due to regulatory and statutory requirements. Code - Specifies the regulatory reporting code. Amount - Amount of money and currency that may need to be reported for regulatory and statutory requirements. Note - Or Information - Additional details that cater for domestic regulatory requirements.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into Code in schema fields_xsd1XSD Diagram of RegulatoryReportingType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RegulatoryReportingType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Information needed due to regulatory and statutory requirements.

Code - Specifies the regulatory reporting code.

Amount - Amount of money and currency that may need to be reported for regulatory and statutory requirements.

Note - Or Information - Additional details that cater for domestic regulatory requirements.

</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Code" minOccurs="0" />
        <xsd:element ref="Amount" minOccurs="0" />
        <xsd:element ref="Note" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code oa:Code 0 (1)
Amount oa:Amount 0 (1)
Note oa:Note 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:RegulatoryReporting