System Attribute Name
|
Burst Configuration File Name
|
Access Level
|
---|---|---|
CMS Object Logical ID
|
IO_ATTR_LOGICAL_ID
|
read-only
|
Check In Comment
|
WC_COMMENT_ATTR
|
read-only
|
Created By
|
WC_CREATEDBY_ATTR
|
read-only
|
Created On
|
WC_CREATEDON_ATTR
|
read-only
|
Has Dependents
|
WC_HAS_DEPENDENTS_ATTR
|
read-only
|
Last Modified
|
WC_LASTUPDATEDON_ATTR
|
read-only
|
Is Latest On Latest
|
WC_LATEST_ON_LATEST_VERSION_ATTR
|
read-only
|
Is Latest
|
WC_LATEST_VERSION_ATTR
|
read-only
|
Lifecycle State
|
WC_LIFECYCLE_ATTR
|
read-only
|
Modified By
|
WC_LASTUPDATEDBY_ATTR
|
read-only
|
Lockable
|
WC_LOCKABLE_ATTR
|
read-only
|
Locked Status
|
WC_LOCKED_STATUS_ATTR
|
read-only
|
Checked Out By
|
WC_LOCKEDBY_ATTR
|
read-only
|
CMS Object Modified
|
WC_MODIFIED_STATUS_ATTR
|
read-only
|
Name
|
WC_NAME_ATTR
|
read and write
|
Number
|
WC_NUMBER_ATTR
|
read-only
|
Is Out Of Date
|
WC_OUT_OF_DATE_ATTR
|
read-only
|
Shared Status Display
|
WC_SHARED_STATUS_ATTR
|
read-only
|
CMS Object Read Only
|
WC_READ_ONLY_ATTR
|
read-only
|
Subtype (Soft Type) ID
|
WC_SOFTTYPE_ID_ATTR
|
read-only
|
Target Folder Name
|
WC_TARGET_FOLDER_ATTR
|
read-only
|
Version
|
WC_VERSION_ATTR
|
read-only
|
Attribute Name
|
Description
|
Default Value
|
Required?
|
---|---|---|---|
elementname
|
Name of the element to use for a property assignment rule.
|
None
|
No
|
sourcetype
|
Document source type to use for a property assignment rule. Allowed types are text or graphic.
|
None
|
No
|
metadata
|
The Name of the PTC Server Property field shown on the PTC Server's Attribute Definition Manager tab.
|
None
|
Yes
|
select-multiple
|
Not currently used.
|
None
|
No
|
expr
|
XPath expression to locate the source of the property value in the XML document.
|
None
|
Yes
|
Attribute Name
|
Description
|
Default Value
|
Required?
|
---|---|---|---|
bndryelemname
|
The bursting object boundary XML element
|
None
|
No
|
metadataelemname
|
Name of the XML element to use for a property assignment rule
|
None
|
Yes
|
attrname
|
Name of the XML attribute to use for a property assignment rule
|
None
|
No
|
sourcetype
|
Document source type to use for a property assignment rule (currently, only the text type is supported)
|
text
|
No
|
metadata
|
The Name of the PTC Server Property field shown on the PTC Server's Attribute Definition Manager tab.
|
None
|
Yes
|
mode
|
The mode for the property assignment rule – supported modes are twoway (update the value on both document check out and check in) and toxml (update the value only on document check out)
|
twoway
|
No
|
ruletype
|
The number of attributes the rule uses – supported values are oneattr (one attribute) or twoattr (two attributes).
|
oneattr
|
No
|
matchattrname
|
For a ruletype that uses twoattr, the name of the attribute for which the value identifies a metadata property. The property’s value is contained in the attrname attribute.
|
None
|
No
|
matchattrvalue
|
For a ruletype that uses twoattr, the metadata property. The matchattrvalue appears in the matchattrname attribute. The property's value is contained in the attrname attribute.
|
None
|
No
|
|
Passing values from PTC Server object properties to an XML document requires that Arbortext Editor load, modify, and save the document object. During this process, Arbortext Editor does not validate the document against its document type. If invalid XML is passed from an object property to the XML document, the document will have completeness errors. Be sure to test your burst configuration for this case before deploying it.
Also, checking a document in and out using the PTC Server HTML interface does not process the two-way metadata,
|