Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ch16s03 | ch17 | ch17s03 | ch18 | ch18s03 »
Example 18.1. SyncDevelopmentPlan - Example 1
<?xml version="1.0" encoding="UTF-8"?> <SyncDevelopmentPlan xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" systemEnvironmentCode="Production" releaseID="3.0" languageCode="en-US" xsi:schemaLocation="http://www.hr-xml.org/3 ../Developer/BODs/SyncDevelopmentPlan.xsd"> <oa:ApplicationArea> <oa:Sender> <oa:LogicalID>EPM_HR</oa:LogicalID> <oa:ComponentID>ECC</oa:ComponentID> <oa:ReferenceID>App-1234</oa:ReferenceID> </oa:Sender> <oa:CreationDateTime>2009-07-30T11:58:19-04:00</oa:CreationDateTime> <oa:BODID>GUID-123456789890191</oa:BODID> </oa:ApplicationArea> <DataArea> <oa:Sync> <oa:ActionCriteria> <oa:ActionExpression actionCode="Replace">/SyncDevelopmentPlan/DataArea/DevelopmentPlan</oa:ActionExpression> </oa:ActionCriteria> </oa:Sync> <DevelopmentPlan> <DocumentID schemeID="Plan ID">BusObj-2009-07-30-123456</DocumentID> <Preparer> <PersonID schemeID="Employee ID">1203-111</PersonID> <PersonName> <oa:GivenName>Bob</oa:GivenName> <FamilyName>Mangler</FamilyName> </PersonName> </Preparer> <PlanSubject> <PersonID schemeID="Employee ID">1402-314</PersonID> <PersonName> <oa:GivenName>Sam</oa:GivenName> <FamilyName>Smith</FamilyName> </PersonName> </PlanSubject> <PlanPeriod> <StartDate><FormattedDateTime>2008-08-17</FormattedDateTime></StartDate> <EndDate><FormattedDateTime>2009-08-17</FormattedDateTime></EndDate> </PlanPeriod> <DevelopmentItem> <ID schemeAgencyID="Acme Co">DP-00032</ID> <oa:Name>Certified Information System Security (CISS)</oa:Name> <oa:Description>Demonstrate information system security competencies by obtaining CISS certification.</oa:Description> <!-- LearningObjectReference is optional and repeatable to reference specific developmental tools --> <LearningObjectReference> <ID schemeAgencyID="Learning Sys. Inc. Corp.">LISC-0033-00227</ID> <oa:Name>Boson's Training CBT for CISSP</oa:Name> </LearningObjectReference> <LearningObjectReference> <ID schemeAgencyID="Learning Sys. Inc. Corp.">LISC-0033-00228</ID> <oa:Name>CISSP Common Body of Knowledge (CBK) Preparation Course</oa:Name> </LearningObjectReference> <LearningObjectReference> <ID schemeAgencyID="Learning Sys. Inc. Corp.">LISC-0033-00228</ID> <oa:Name>CISSP Common Body of Knowledge (CBK) Preparation Course</oa:Name> </LearningObjectReference> <LearningObjectReference> <ID schemeAgencyID="Learning Sys. Inc. Corp.">LISC-0033-00229</ID> <oa:Name>CISSP Common Body of Knowledge (CBK) Review Course</oa:Name> </LearningObjectReference> <oa:TimePeriod> <oa:EndDateTime>2009-12-01</oa:EndDateTime> </oa:TimePeriod> <Metric> <ID schemeAgencyID="Learning Sys. Inc. Corp.">Assessment-0033-00230</ID> <oa:Name>CISSP Exam</oa:Name> <Score> <ScoreText>Pass</ScoreText> </Score> </Metric> </DevelopmentItem> </DevelopmentPlan> </DataArea> </SyncDevelopmentPlan> <!-- Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved -->