Definition Type: ComplexType
Name: CreditBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: FinancialComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Attachment in schema components_xsd1 Drilldown into DocumentReference in schema components_xsd1 Drilldown into ReferencesGroup in schema components_xsd1 Drilldown into Party in schema components_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ApprovalStatus in schema components_xsd1 Drilldown into GLElement in schema components_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into IDsGroup in schema components_xsd1XSD Diagram of CreditBaseType in schema financialcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditBaseType">
    <xsd:sequence>
        <xsd:group ref="IDsGroup" minOccurs="0" />
        <xsd:element ref="GLElement" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">Is the primary balancing segment of the GL Account structure.  Typically, this is the owning entity for the transaction.  A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law.  P&amp;L statements are required at this level. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ApprovalStatus" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="ReferencesGroup" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
GLElement oa:GLElement 0 (1)
ApprovalStatus oa:ApprovalStatus 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
Party oa:Party 0 unbounded
DocumentReference oa:DocumentReference 0 unbounded
Attachment oa:Attachment 0 unbounded
<xs:group> oa:IDsGroup 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
<xs:group> oa:ReferencesGroup 0 (1)