Type Info Element

The TypeInfo element contains general information about the Document Object Type. This includes for example the type name, type prefix, type category.

Example

The following example defines the type info for a Document Object Type "User Need".

<TypeInfo TypeName="User Need" Prefix="UN" IsVisibleBook="true" DisplayOrder="5">
  <Category Name="Design Input" Order="0" Color="#1BADE8" />
  <ChapterTemplate>Calibri11.rtf</ChapterTemplate>
</TypeInfo>

XML Elements

Category

Contains info about the Category which the Document Object Type belongs to.

XML Attributes

TypeName

The name of the Document Object Type.

Prefix

The prefix of the Document Object Type. This is the first part of the object's ID.

IsVisibleBook

Indicates if the Document Object Type shall be displayed in the project explorer.

DisplayOrder

The order in which the document objects appear in the Project Explorer at the time of Project creation.

Color (Depreciated)

No longet used.

Last updated

Was this helpful?