Object Element
Description
The Object element is used by all Author-it object types, and contains the properties that are common to all objects. In Author-it these properties can be found on the General tab of each object.
Attributes
None
Parent Element
Book, File, Glossary, Hyperlink, Index, IndexEntry, Macro, Media, Style, TableOfContents, TableOfFigures, TitlePage, Topic
Children
Element
|
Optional
|
Occurs
|
BasedOn
|
Yes
|
Once
|
CreatedBy
|
Yes
|
Once
|
CreatedDate
|
Yes
|
Once
|
Description
|
No
|
Once
|
FolderID
|
Yes
|
Once
|
GUID
|
No
|
Once
|
ID
|
No
|
Once
|
IncludeInHelp
|
Yes
|
Once
|
IncludeInPrint
|
Yes
|
Once
|
IncludeInWeb
|
Yes
|
Once
|
IsTemplate
|
Yes
|
Once
|
Key
|
Yes
|
Once
|
LocalizationID
|
Yes
|
Once
|
ModifiedBy
|
Yes
|
Once
|
ModifiedDate
|
Yes
|
Once
|
ReleaseStateID
|
Yes
|
Once
|
Status
|
Yes
|
Once
|
Type
|
Yes
|
Once
|
Version
|
Yes
|
Once
|
Sample XML
<Object> <BasedOn>67</BasedOn> <CreatedBy>(supervisor)</CreatedBy> <CreatedDate>2003-01-08T16:15:44</CreatedDate> Using Notepad</Description> <FolderID>3</FolderID> <GUID>114C7FB19D3440E8894265E02C16A564</GUID> <ID>164</ID> <IncludeInHelp inherited="true">true</IncludeInHelp> <IncludeInPrint inherited="true">true</IncludeInPrint> <IncludeInWeb inherited="true">true</IncludeInWeb> <IsTemplate>false</IsTemplate> <Key>164</Key> <LocalizationID>0</LocalizationID> <ModifiedBy>(supervisor)</ModifiedBy> <ModifiedDate>2003-01-08T17:00:17</ModifiedDate> <ReleaseStateID>0</ReleaseStateID> <Status>1</Status> <Type>Book</Type> <Version>1</Version> </Object>
|