OrderCommission
Contains the relevant information about the salesperson and the associated commission information.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: OrderCommissionType
Properties: Global, Qualified, ID: oagis-id-45f8e72c305a4ff482671f27cf4350f3
Content
- Sequence [1..1]
- SalesOrganizationIDs [0..1]
- SalesPerson [0..1]
- Amount [0..1] The monetary value of the object in which the amount is associated
- Quantity [0..1] Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.
- OrderAmount [0..1] Is the total Amount of the Order.
- OrderQuantity [0..1] Is the quantity of a material or product ordered by the customer.
- Percentage [0..1] Identifies the percentage of the Line Price applicable to the distribution line. This is used to derive the Amount on the distribution line.
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type OrderCommissionBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type QuoteHeaderBaseType
- Type QuoteHeaderType via extension of QuoteHeaderBaseType (Element QuoteHeader)
- Type QuoteLineBaseType
- Type QuoteLineType via extension of QuoteLineBaseType (Element QuoteLine)
- Type QuoteScheduleBaseType
- Type QuoteScheduleType via extension of QuoteScheduleBaseType (Element QuoteSchedule)
- Type SalesOrderHeaderBaseType
- Type SalesOrderHeaderType via extension of SalesOrderHeaderBaseType (Element SalesOrderHeader)
- Type SalesOrderLineBaseType
- Type SalesOrderLineType via extension of SalesOrderLineBaseType (Element SalesOrderLine)
- Type SalesOrderScheduleBaseType
- Type SalesOrderScheduleType via extension of SalesOrderScheduleBaseType (Element SalesOrderSchedule)
Sample instance
<OrderCommission> <ID/> <IDSet> <ID/> </IDSet> <SalesOrganizationIDs> <ID/> </SalesOrganizationIDs> <SalesPerson> <ID/> <IDSet> <ID/> </IDSet> <PersonName> <ID/> <IDSet>... </IDSet> <FormattedName/> <PreferredName/> <GivenName/> <MiddleName/> <FamilyName/> <TitleAffixCode>normalizedString</TitleAffixCode> <PreferredSalutationCode>normalizedString</PreferredSalutationCode> <GenerationAffixCode>normalizedString</GenerationAffixCode> <QualificationAffixCode>normalizedString</QualificationAffixCode> <Initials/> <Usage>... </Usage> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </Extension> </PersonName> <RoleCode>normalizedString</RoleCode> <JobTitle/> <Responsibility/> <OrganizationUnitID>normalizedString</OrganizationUnitID> <Communication> <ID/> <IDSet>... </IDSet> <Name/> <ChannelCode>normalizedString</ChannelCode> <UseCode>normalizedString</UseCode> <CountryDialingCode>normalizedString</CountryDialingCode> <AreaDialingCode>normalizedString</AreaDialingCode> <DialNumber/> <PhoneExtension/> <Access/> <Address>... </Address> <URI>normalizedString</URI> <HTMLPreferredIndicator>true</HTMLPreferredIndicator> <Text/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Preference>... </Preference> <Extension>....................................... </Extension> </Communication> <TelephoneCommunication> <ID/> <IDSet>... </IDSet> <ChannelCode>normalizedString</ChannelCode> <CountryDialingCode>normalizedString</CountryDialingCode> <AreaDialingCode>normalizedString</AreaDialingCode> <DialNumber/> <PhoneExtension/> <Access/> <FormattedNumber/> <Preference>... </Preference> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Usage>... </Usage> <Extension>....................................... </Extension> </TelephoneCommunication> <EMailAddressCommunication> <ID/> <IDSet>... </IDSet> <UseCode>normalizedString</UseCode> <EMailAddressID>normalizedString</EMailAddressID> <HTMLPreferredIndicator>true</HTMLPreferredIndicator> <Preference>... </Preference> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </Extension> </EMailAddressCommunication> <InternetAddressCommunication> <ID/> <IDSet>... </IDSet> <UseCode>normalizedString</UseCode> <Preference>... </Preference> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </Extension> </InternetAddressCommunication> <Preference> <ID/> <IDSet>... </IDSet> <PrioritySequenceValue>1</PrioritySequenceValue> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <AvailableTimePeriod>.................. </AvailableTimePeriod> <UnavailableTimePeriod>.................. </UnavailableTimePeriod> <Description/> <Note/> <Extension>....................................... </Extension> </Preference> <EffectiveTimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </EffectiveTimePeriod> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </SalesPerson> <Amount/> <Quantity/> <OrderAmount/> <OrderQuantity>1.0</OrderQuantity> <Percentage>1.0</Percentage> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </OrderCommission>