<InitialRev>
Section:
Attribute
Required:
No
Value type:
String
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The value to be used for the initial revision of MAJOR_REV or MINOR_REV. You can specify more than one <InitialRev> value in a class definition for MAJOR_REV or MINOR_REV, and a list will be displayed containing the possible choices.
You can define the value that will be used for the second revision of MAJOR_REV or MINOR_REV using <SecondRev>.
If an extended class does not contain <InitialRev> tags, any <InitialRev> tag values specified in the base class are inherited by the extended class. If an extended class contains any <InitialRev> tags, no <InitialRev> tag values are inherited from the base class.
Possible initial values
Possible initial values are an alpha character, an integer, no character (empty), and a dash "-".
Alpha characters are a-z and A-Z (case sensitive).
It is allowable for an integer to have a leading zero (e.g. 01). However, 01 and 1 are not the same.
If the <InitialRev> tag is left empty, the associated attribute (MAJOR_REV or MINOR_REV) use their default value. The default value for MAJOR_REV is 1 and for MAJOR_REV is dash ("-").
If a dash ("-") is used, the associated attribute (MAJOR_REV or MINOR_REV) use their default value. For MINOR_REV only, if a dash is used, it must be the first <InitialRev> defined in the XML file.
Example
This example shows a valid configuration for the tag:
<InitialRev>A</InitialRev>
Was this helpful?