Schema Central > OAGIS® 9.4.1 > Charge
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

Charge

Represents the different Charges that may be applied to the associated document.

See http://www.openapplications.org/platform/1.

Element information

Namespace: http://www.openapplications.org/oagis/9

Schema document: org_openapplications_platform/1_1_1/Common/OAGi/Components/Components.xsd

Type: ChargeType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
type [0..1]ChargeCodeContentTypeIdentifies the type of charge that the given instance of Charge/Allowance.from type AllowanceChargeABIEType
sequence [0..1]PositiveIntegerNumericTypefrom type AllowanceChargeABIEType

Used in

Sample instance

<Charge>
   <ID>normalizedString</ID>
   <BasisAmount currencyID="AED">1.0</BasisAmount>
   <Description>string</Description>
   <Amount currencyID="AED">1.0</Amount>
   <Calculation>
      <RateNumeric>1.0</RateNumeric>
      <Description>string</Description>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Calculation>
   <ReasonCode>normalizedString</ReasonCode>
   <CurrencyExchangeRate>
      <SourceCurrencyCode>AED</SourceCurrencyCode>
      <SourceUnitBaseNumeric>1.0</SourceUnitBaseNumeric>
      <TargetCurrencyCode>AED</TargetCurrencyCode>
      <TargetUnitBaseNumeric>1.0</TargetUnitBaseNumeric>
      <RateNumeric>1.0</RateNumeric>
      <SetDateTime>2000-01-01</SetDateTime>
      <SourceID>normalizedString</SourceID>
      <EffectiveTimePeriod>
         <InclusiveIndicator>true</InclusiveIndicator>
         <StartDateTime>2000-01-01</StartDateTime>
         <Duration>P1Y2M3DT10H</Duration>
      </EffectiveTimePeriod>
      <UserArea>
         <!--any element-->
      </UserArea>
   </CurrencyExchangeRate>
   <TimePeriod>
      <InclusiveIndicator>true</InclusiveIndicator>
      <StartDateTime>2000-01-01</StartDateTime>
      <Duration>P1Y2M3DT10H</Duration>
   </TimePeriod>
   <UserArea>
      <!--any element-->
   </UserArea>
</Charge>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com