Attribute
|
Default Value
|
Possible Values
|
Required?
|
Description
|
---|---|---|---|---|
ClassName
|
name attribute
|
Yes
|
Windchill class name of the database table where you want to add the standard attribute. Example:
<ClassName name="wt.doc.WTDocumentMaster">
|
|
String
Long
Double
Boolean
Timestamp
InlineBLOB
ObjectReference
|
If size is not provided for String, default size will be set to 500.
|
• count attribute for each data type
• size attribute for String data type
|
Supported data types and number of attributes of each data type to be created.
Example: <String count="5" Size="800"/>
|