OTX Reference  
OpenTestSystem.Otx.Core.UniversalTypes.PackageName Class Reference

Name of a Package More...

Detailed Description

Name of a Package

The PackageName type prescribes the syntax for package naming. It is used by the package attribute of the Otx root element and the Import element.

The simple type PackageName is derived from string. The type restricts the value space of string by the regular expression "[a-zA-Z][a-zA-Z0-9]*(\.[a-zA-Z][a-zA-Z0-9]*)*". As a consequence, a PackageName is segmented into one or more alphanumeric chunks which are separated from each other by a dot ("."). Each chunk has to start with a letter; all following characters have to be alphanumeric. This guarantees and enforces a uniform naming scheme for package names.

See also
Core.Otx, Core.Import