<xsd:complexType name="CreditBaseType">
<xsd:sequence>
<xsd:group ref="IDsGroup" />
<xsd:element ref="GLElement" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">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&L statements are required at this level. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ApprovalStatus" minOccurs="0" />
<xsd:group ref="FreeFormTextGroup" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="ReferencesGroup" />
</xsd:sequence>
</xsd:complexType>
|