Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch36 | ch36s03 | ch37 | ch37s03 | ch38s03 »
Example 38.1. ProcessStockSaleConfirmation - Example 1
<?xml version="1.0" encoding="UTF-8"?>
<ProcessStockSaleConfirmation
systemEnvironmentCode="Production"
releaseID="3.0"
languageCode="en-US"
xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/ProcessStockSaleConfirmation.xsd"
xmlns="http://www.hr-xml.org/3"
xmlns:oa="http://www.openapplications.org/oagis/9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<oa:ApplicationArea>
<oa:CreationDateTime>2009-01-12T10:09:02.01Z</oa:CreationDateTime>
<oa:BODID>2009-01-12-A107774-1111</oa:BODID>
</oa:ApplicationArea>
<DataArea>
<oa:Process acknowledgeCode="Always">
<oa:ActionCriteria>
<oa:ActionExpression actionCode="Add">/StockSaleConfirmation/DataArea/StockSaleConfirmation</oa:ActionExpression>
</oa:ActionCriteria>
</oa:Process>
<StockSaleConfirmation>
<DocumentID>12094-1255</DocumentID>
<Participant>
<PersonID schemeID="Employee No.">AB11-111-333</PersonID>
<PersonName>
<oa:GivenName>Joan</oa:GivenName>
<FamilyName>Johns</FamilyName>
</PersonName>
<Communication>
<ChannelCode>Email</ChannelCode>
<oa:URI>joan.johns@notarealcompany.com</oa:URI>
</Communication>
</Participant>
<SaleDate>2009-01-11</SaleDate>
<StockSalePosition>
<StockPurchaseID validFrom="2007-01-01">123-00</StockPurchaseID>
<SharesSaleQuantity>100</SharesSaleQuantity>
</StockSalePosition>
<StockSalePosition>
<StockPurchaseID validFrom="2008-01-01">133-34</StockPurchaseID>
<SharesSaleQuantity>200</SharesSaleQuantity>
</StockSalePosition>
<SharesSaleTotalQuantity>300</SharesSaleTotalQuantity>
<SharePrice currencyID="EUR">54</SharePrice>
<TotalSaleAmount currencyID="EUR">16200</TotalSaleAmount>
<ShareSaleTax>
<FormattedDateTime>2009-01-11</FormattedDateTime>
<TypeCode>Einkommenssteuer</TypeCode>
<TaxJurisdiction>
<CountryCode>DE</CountryCode>
</TaxJurisdiction>
<TaxRate>
<Percentage>35</Percentage>
</TaxRate>
</ShareSaleTax>
</StockSaleConfirmation>
</DataArea>
</ProcessStockSaleConfirmation>
<!--
Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org
Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved
-->