|
|
(11 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| {{Template:XFRACAS.XML.Import.Doc.Class|Import Types|Import Types}}
| | #REDIRECT[[XFRACAS_XML_Import_Documentation]] |
| | |
| ===XML Elements===
| |
| *[[Project.ProjectID|ProjectID]]
| |
| *[[Project.Entity|Entity]]
| |
| *[[Project.Owner|Owner]]
| |
| *[[Project.ProjectNotes1 |ProjectNotes1 ]]
| |
| *[[Project.ProjectNotes2 |ProjectNotes2 ]]
| |
| *[[Project.StartDate|StartDate]]
| |
| *[[Project.InitialCompleteDate|InitialCompleteDate]]
| |
| *[[Project.RevisedCompleteDate|RevisedCompleteDate]]
| |
| *[[Project.CompleteDate|CompleteDate]]
| |
| *[[Project.Priority|Priority]]
| |
| *[[Project.AssignedProblems|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">
| |
| <Code>1</Code>
| |
| <Description>High</Description>
| |
| </Issue>
| |
| </Priority>
| |
| <AssignedProblems>
| |
| <ProblemID>Problem-1</ProblemID>
| |
| </AssignedProblems>
| |
| <Actions />
| |
| <Details />
| |
| </Project>
| |
| </Projects>
| |