Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch32s02 | ch33 | ch33s03 | ch34 | ch34s03 »
Example 34.1. ProcessStockOptionExerciseConfirmation - Example 1
<?xml version="1.0" encoding="UTF-8"?> <ProcessStockOptionExerciseConfirmation systemEnvironmentCode="Production" releaseID="3.0" languageCode="en-US" xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/ProcessStockOptionExerciseConfirmation.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>2010-09-18T10:09:02.01Z</oa:CreationDateTime> <oa:BODID>2010-09-18-A107774-14123</oa:BODID> </oa:ApplicationArea> <DataArea> <oa:Process acknowledgeCode="Always"> <oa:ActionCriteria> <oa:ActionExpression actionCode="Add">/StockOptionExerciseConfirmation/DataArea/StockOptionExerciseConfrimation</oa:ActionExpression> </oa:ActionCriteria> </oa:Process> <StockOptionExerciseConfirmation> <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> <ExerciseDate>2010-09-25</ExerciseDate> <GrantID>111-1111-1111</GrantID> <ExercisedOptionsQuantity>200</ExercisedOptionsQuantity> <SharesSwappedQuantity>0</SharesSwappedQuantity> <SARProceedsCashPercent>0</SARProceedsCashPercent> <ExerciseInstructions> <CoverOptionsIndicator>true</CoverOptionsIndicator> <CoverTaxesIndicator>false</CoverTaxesIndicator> <CoverFeesIndicator>false</CoverFeesIndicator> <UseSharesForTaxesIndicator>false</UseSharesForTaxesIndicator> <UseSharesFirstIndicator>false</UseSharesFirstIndicator> <ShareSaleInstructions> <MarketOrderIndicator>true</MarketOrderIndicator> </ShareSaleInstructions> </ExerciseInstructions> </StockOptionExerciseConfirmation> </DataArea> </ProcessStockOptionExerciseConfirmation> <!-- Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved -->