This is a schema to encapsulate Microsoft Project files.
Note: This schema is not maintained by the National Archives.
http://schemas.microsoft.com/project
Prefix Namespace
xsd
http://www.w3.org/2001/XMLSchema
http://schemas.microsoft.com/project
The Microsoft Project schema description can be found at: http://msdn.microsoft.com/en-us/library/aa210586%28v=office.11%29.aspx
The following is an extract of an instance of the Microsoft Project schema.
<Project xmlns="http://schemas.microsoft.com/project">
<Title>weddetails</Title>
<Company>National Archives of Australia</Company>
<Manager/>
<Author>kerync</Author>
<CreationDate>2005-04-01T12:20:00</CreationDate>
<Revision>1</Revision>
<LastSaved>2005-04-01T12:57:00</LastSaved>
<ScheduleFromStart>1</ScheduleFromStart>
<StartDate>2005-04-01T08:00:00</StartDate>
<FinishDate>2005-04-21T17:00:00</FinishDate>
<FYStartDate>1</FYStartDate>
<CriticalSlackLimit>0</CriticalSlackLimit>
<CurrencyDigits>2</CurrencyDigits>
<CurrencySymbol>$</CurrencySymbol>
<CurrencySymbolPosition>0</CurrencySymbolPosition>
<CalendarUID>1</CalendarUID>
<DefaultStartTime>08:00:00</DefaultStartTime>
<DefaultFinishTime>17:00:00</DefaultFinishTime>
<MinutesPerDay>480</MinutesPerDay>
<MinutesPerWeek>2400</MinutesPerWeek>
<DaysPerMonth>20</DaysPerMonth>
[...]
</Project>