Project: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
*[[Project.Entity|Entity]] | *[[Project.Entity|Entity]] | ||
*[[Project.Owner|Owner]] | *[[Project.Owner|Owner]] | ||
*[[Project.ProjectNotes1 |ProjectNotes1 ]] | *[[Project.ProjectNotes1|ProjectNotes1]] | ||
*[[Project.ProjectNotes2 |ProjectNotes2 ]] | *[[Project.ProjectNotes2|ProjectNotes2]] | ||
*[[Project.StartDate|StartDate]] | *[[Project.StartDate|StartDate]] | ||
*[[Project.InitialCompleteDate|InitialCompleteDate]] | *[[Project.InitialCompleteDate|InitialCompleteDate]] |
Revision as of 19:38, 16 October 2013
XML Elements
- ProjectID
- Entity
- Owner
- ProjectNotes1
- ProjectNotes2
- StartDate
- InitialCompleteDate
- RevisedCompleteDate
- CompleteDate
- Priority
- AssignedProblems
- Team Members
- Actions
- Details
Project Sample
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE Projects SYSTEM "Project.dtd"[]> <Projects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ExportData>
<ReportGenerated>09/16/2013 03:01 PM</ReportGenerated>
<GeneratedBy>
<FirstName>Joe</FirstName>
<LastName>User</LastName>
<Login>JUSER</Login>
</GeneratedBy>
<GMTOffset>-7</GMTOffset>
</ExportData>
<Project>
<ProjectID>Project-1</ProjectID>
<Title>Example Project</Title>
<Entity>
<EntityID>1</EntityID>
<EntityName>XFRACAS Software</EntityName>
</Entity>
<Owner>
<FirstName>Sam</FirstName>
<LastName>User</LastName>
<Login>SUSER</Login>
</Owner>
<ProjectNotes1>Example project notes</ProjectNotes1>
<ProjectNotes2>More example project notes</ProjectNotes2>
<StartDate>
<Year>2005</Year>
<Month>10</Month>
<Day>1</Day>
<Hour>7</Hour>
<Minute>0</Minute>
<Second>0</Second>
<FormattedDate>10/01/2005 12:00 AM</FormattedDate>
</StartDate>
<InitialCompleteDate>
<Year>2005</Year>
<Month>10</Month>
<Day>31</Day>
<Hour>7</Hour>
<Minute>0</Minute>
<Second>0</Second>
<FormattedDate>10/31/2005 12:00 AM</FormattedDate>
</InitialCompleteDate>
<RevisedCompleteDate>
<Year>2013</Year>
<Month>9</Month>
<Day>12</Day>
<Hour>21</Hour>
<Minute>30</Minute>
<Second>0</Second>
<FormattedDate>09/12/2013 02:30 PM</FormattedDate>
</RevisedCompleteDate>
<CompleteDate>
<Year>2006</Year>
<Month>1</Month>
<Day>18</Day>
<Hour>7</Hour>
<Minute>0</Minute>
<Second>0</Second>
<FormattedDate>01/18/2006 12:00 AM</FormattedDate>
</CompleteDate>
<Priority>
<Issue IssueTypeID="47">
1
<Description>High</Description>
</Issue>
</Priority>
<AssignedProblems>
<ProblemID>Problem-1</ProblemID>
</AssignedProblems>
<Actions />
<Details />
</Project>
</Projects>