How to add your knowledge

DocumentHistory Element

    Table of contents
    No headers

    This element contains details about the people and programs that created and modified the gbXML file.

    Supported Children:

    ElementDescription
    ProgramInfoThe id attribute of this element will be adesk-rvt-1. This element contains the below described children with information about Revit MEP.
    CompanyNameThe value of this element will be Autodesk.
    ProductNameThis 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.
    VersionThis 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.
    PlatformThis is the version of Microsoft Windows. The value can be Microsoft Windows [95/98/Me/NT/2000/XP/Server 2003].
    PersonInfoThe id attribute of this element will be adesk-rvt-usr-1.
    LastNameThe value of this element is collected from the Username in Options.
    CreatedByThis 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>