Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch35s03 | ch36 | ch36s03 | ch37 | ch37s03 »
Example 37.1. ProcessStockPlanParticipant - Example 1
<?xml version="1.0" encoding="UTF-8"?> <ProcessStockPlanParticipant systemEnvironmentCode="Production" releaseID="3.0" languageCode="en-US" xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/ProcessStockPlanParticipant.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">/ProcessStockPlanParticipant/DataArea/StockPlanParticipant</oa:ActionExpression> </oa:ActionCriteria> </oa:Process> <StockPlanParticipant> <DocumentID>0000112211541</DocumentID> <PlanSponsorID>NY-843-001</PlanSponsorID> <AccountHolder> <AccountHolderPerson> <PersonLegalID schemeID="US SSN">555-11-1111</PersonLegalID> <PersonName> <oa:GivenName>Jimmy</oa:GivenName> <FamilyName>PreHire</FamilyName> </PersonName><Communication> <Address type="Residence"> <oa:StreetName>Progress Street</oa:StreetName> <oa:Unit>5003</oa:Unit> <oa:CityName>Brooklyn</oa:CityName> <oa:CountrySubDivisionCode>NY</oa:CountrySubDivisionCode> <CountryCode>US</CountryCode> <oa:PostalCode>11217</oa:PostalCode> </Address></Communication> <Communication> <ChannelCode>Telephone</ChannelCode> <UseCode>Home</UseCode> <oa:AreaDialing>212</oa:AreaDialing> <oa:DialNumber>555 1212</oa:DialNumber> </Communication> <Communication> <ChannelCode>Email</ChannelCode> <UseCode>Personal</UseCode> <oa:URI>jimmy@home_domain.com</oa:URI> </Communication> <BirthDate>1961-04-05</BirthDate> <GenderCode>Male</GenderCode> <CertifiedMaritalStatus> <MaritalStatusCode>Married</MaritalStatusCode> </CertifiedMaritalStatus> </AccountHolderPerson> <AccountHolderEmployee> <EmployeeID>1212-4321-99</EmployeeID> <OfficerIndicator>false</OfficerIndicator> <HighlyCompensatedIndicator>false</HighlyCompensatedIndicator> </AccountHolderEmployee> <AccountHolderEmployment> <EmployedIndicator>true</EmployedIndicator> <EmploymentLifecycle> <Hire> <HireDate>2009-09-16</HireDate> </Hire> </EmploymentLifecycle> </AccountHolderEmployment> <AccountHolderDeployment> <ResourceRelationshipCode>Employee</ResourceRelationshipCode> <DeploymentOrganization> <OrganizationalIdentifiers> <OrganizationalID schemeID="Division Code">11111</OrganizationalID> </OrganizationalIdentifiers> </DeploymentOrganization> <IndicativePosition> <RemunerationBasisCode>Salaried</RemunerationBasisCode> </IndicativePosition> </AccountHolderDeployment> <PayCycleRemuneration> <Remuneration validFrom="2009-10-05"> <oa:Amount currencyID="USD">50000.00</oa:Amount> <RemunerationRateIntervalCode>Year</RemunerationRateIntervalCode> <RemunerationTypeCode>Base Pay</RemunerationTypeCode> </Remuneration> </PayCycleRemuneration> <ApplicableTax> <TaxJurisdiction> <CountryCode>US</CountryCode> <oa:CountrySubDivisionCode listID="US States">NY</oa:CountrySubDivisionCode> </TaxJurisdiction> </ApplicableTax> <Beneficiary> <BeneficiaryID/> <PrecedenceCode>1</PrecedenceCode> <BeneficiaryPerson> <PersonLegalID schemeID="US SSN">111-11-1111</PersonLegalID> <PersonName> <oa:GivenName>Sara</oa:GivenName> <FamilyName>Prehire</FamilyName> </PersonName> <DependentRelationshipCode>Spouse</DependentRelationshipCode> </BeneficiaryPerson> <BenefitAmountDesignation> <DesignatedPercentage>100</DesignatedPercentage> </BenefitAmountDesignation> </Beneficiary> </AccountHolder> </StockPlanParticipant> </DataArea> </ProcessStockPlanParticipant> <!-- Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved -->