<xsd:complexType name="CreditType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">When the receiver of this Credit provides the credit management function. If the sender is the accounts receivable application, the OpenItemAmount is the only required amount field. When the sender is the customer order management application, the OrderAmount is the only required amount field.
The OrderAmount Is the total of the sales order that is typically used to compare against a credit limit during credit checking.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CreditBaseType">
<xsd:sequence>
<xsd:element ref="OpenItemAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the total orders invoiced yet still considered open items in the receivables balance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OrderAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the total of the sales order that is typically used to compare against a credit limit during credit checking.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ApprovedOrderAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the total amount of orders approved but not yet invoiced.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AvailableAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the credit amount available for a trading partner to make an additional order against. This amount is typically a combination of orders approved but not yet invoiced and orders invoiced yet still considered open items in the receivables balance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OrderLimitAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the credit limit of a single sales order used during credit checking.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TotalCreditLimitAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the total credit limit for a trading partner used during credit checking.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DocumentDateTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Is the timestamp in which the document was created.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EffectiveTimePeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Defines the date and time when a particular document or item takes effect or becomes valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LedgerID" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">Identifies the financial ledger to be used when updating balances.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|