This element contains details about the people and programs that created and modified the gbXML file.
Supported Children:
Element | Description |
---|---|
ProgramInfo | The id attribute of this element will be adesk-rvt-1. This element contains the below described children with information about Revit MEP. |
CompanyName | The value of this element will be Autodesk. |
ProductName | This is the name of the product release that produces this file. If this file is produced by Revit MEP, the value of this element will be Revit MEP YYYY. The YYYY can vary depending on release. |
Version | This is the number of the product release that produces this file. If this file is produced by Revit MEP, the value of this element will be YYYY. The release number YYYY, currently 2008, will vary depending on release. |
Platform | This is the version of Microsoft Windows. The value can be Microsoft Windows [95/98/Me/NT/2000/XP/Server 2003]. |
PersonInfo | The id attribute of this element will be adesk-rvt-usr-1. |
LastName | The value of this element is collected from the Username in Options. |
CreatedBy | This element indicates the time and date when this file was created. This element will include an element CADModelId, which is the Global Unique ID for this Revit project. |
Sample:
<DocumentHistory>
<ProgramInfo id="adesk-rvt-1">
<CompanyInfo>Autodesk</CompanyInfo>
<ProductName>Revit MEP 2008</ProductName>
<Version>2008</Version>
<Platform>Microsoft Windows XP</Platform>
</ProgramInfo>
<PersonInfo id="adesk-rvt-usr-1">
<LastName>user</LastName>
</PersonInfo>
<CreatedBy>
personId="adesk-rvt-usr-1"
programId="adesk-rvt-1"
date="2008-08-15T17:43:33"
<CADModelId>26c355ef-c939-4125-ad4f-f578e0c55b77"</CADModelId>
</CreatedBy>
</DocumentHistory>