Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch34s03 | ch35 | ch35s03 | ch36 | ch36s03 »
Example 36.1. ProcessStockPlan - Example 1
<?xml version="1.0" encoding="UTF-8"?> <ProcessStockPlan systemEnvironmentCode="Production" releaseID="3.0" languageCode="en-US" xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/ProcessStockPlan.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">/ProcessStockPlan/DataArea/StockPlan</oa:ActionExpression> </oa:ActionCriteria> </oa:Process> <StockPlan> <DocumentID>12094-1255</DocumentID> <PlanID>PL-1</PlanID> <PlanName>Software Co. Stock Option Plan 2010</PlanName> <oa:Description>Stock Option Plan 2010 for all employees</oa:Description> <Stock> <ID schemeID="ISIN">US0007164600</ID> </Stock> <BlackoutPeriod> <oa:StartDateTime>2001-03-15</oa:StartDateTime> <oa:EndDateTime>2001-03-31</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2001-09-15</oa:StartDateTime> <oa:EndDateTime>2001-09-30</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2011-03-15</oa:StartDateTime> <oa:EndDateTime>2011-03-31</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2011-09-15</oa:StartDateTime> <oa:EndDateTime>2011-09-30</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2012-03-15</oa:StartDateTime> <oa:EndDateTime>2012-03-31</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2013-09-15</oa:StartDateTime> <oa:EndDateTime>2013-09-30</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2014-03-15</oa:StartDateTime> <oa:EndDateTime>2014-03-31</oa:EndDateTime> </BlackoutPeriod> <BlackoutPeriod> <oa:StartDateTime>2014-09-15</oa:StartDateTime> <oa:EndDateTime>2014-09-30</oa:EndDateTime> </BlackoutPeriod> <StockOption> <StockOptionRatio>2</StockOptionRatio> <QualifiedGrantsAllowedIndicator>true</QualifiedGrantsAllowedIndicator> <NonQualifiedGrantsAllowedIndicator>true</NonQualifiedGrantsAllowedIndicator> <QualifiedGrantDefaultCode>Qualified</QualifiedGrantDefaultCode> <StockAppreciationRightsTypeCode>Not Applicable</StockAppreciationRightsTypeCode> <MaximumShareQuantity>2000000</MaximumShareQuantity> <MinimumExerciseQuantity>100</MinimumExerciseQuantity> <MaximumExerciseQuantity>1000</MaximumExerciseQuantity> <BlockExerciseQuantity>50</BlockExerciseQuantity> </StockOption> </StockPlan> </DataArea> </ProcessStockPlan> <!-- Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved -->