Additional Properties for Standard and Integer Schemes
Additionally, when using either the simple alphabetic scheme or the standard integer scheme (or a combination of the two), you can specify the scheme to use at the first level in the wt.series.HarvardSeries.level.1 property.
The value you can use is either of the following:
Level Value
Description
wt.series.MulticharacterSeries
Uses the standard alphabetic scheme to increment the version identifiers. For more information, see Standard Alphabetic Scheme.
wt.series.IntegerSeries
Uses the standard integer scheme to increment the version identifiers. For more information, see Standard Integer Scheme.
For example, the following line is the default setting. It indicates that the first level uses a multicharacter series:
wt.series.HarvardSeries.level.1=wt.series.MulticharacterSeries
The list-based and state-based schemes do not use the level properties; all levels use the series as defined in the XML file that is loaded. See List-based Scheme.
Was this helpful?