Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch33s03 | ch34 | ch34s03 | ch35 | ch35s03 »
Example 35.1. ProcessStockOptionGrant - Example 1
<?xml version="1.0" encoding="UTF-8"?> <ProcessStockOptionGrant systemEnvironmentCode="Production" releaseID="3.0" languageCode="en-US" xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/ProcessStockOptionGrant.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">/ProcessStockOptionGrant/DataArea/StockOptionGrant</oa:ActionExpression> </oa:ActionCriteria> </oa:Process> <StockOptionGrant> <DocumentID>0000112211541</DocumentID> <PlanID>SOP2002</PlanID> <ParticipantID schemeID="ABC Surrogate ID">541852258</ParticipantID> <ParticipantName> <oa:GivenName>Jane</oa:GivenName> <MiddleName>J</MiddleName> <FamilyName>Jones</FamilyName> </ParticipantName> <GrantTypeCode>Qualified</GrantTypeCode> <RestrictedStockOptionIndicator>false</RestrictedStockOptionIndicator> <RepurchasableSharesIndicator>false</RepurchasableSharesIndicator> <SharesGrantedQuantity>4000</SharesGrantedQuantity> <SharesAcceptedQuantity>4000</SharesAcceptedQuantity> <GrantPrice currencyID="USD">9.50</GrantPrice> <FairMarketValue currencyID="USD">9.50</FairMarketValue> <Vesting> <ShareQuantity>1000</ShareQuantity> <VestingDate>2010-02-15</VestingDate> </Vesting> <Vesting> <ShareQuantity>1000</ShareQuantity> <VestingDate>2011-02-15</VestingDate> </Vesting> <Exercisability> <ExercisableRuleID>Year A</ExercisableRuleID> <ExercisableIntervalCode>Year</ExercisableIntervalCode> </Exercisability> </StockOptionGrant> </DataArea> </ProcessStockOptionGrant> <!-- Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved -->