Definition Type: ComplexType
Name: RegulatoryReportingType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.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_xsd Drilldown into Note in schema fields_xsd Drilldown into Amount in schema fields_xsd Drilldown into Code in schema fields_xsdXSD Diagram of RegulatoryReportingType in schema components_xsd1 (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="RegulatoryReportingType">
    <xsd:annotation>
        <xsd: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.

</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 nsA:Code 0 (1)
Amount nsA:Amount 0 (1)
Note nsA:Note 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:RegulatoryReporting