Table of Contents
The XML schema contains the following constructs. The schema's root element is express .
The documentation uses the following notational conveniences:
Optional XML elements and attributes are in italics.
* means "zero or more."
+ means "one or more."
| means "or."
Literals are enclosed in single quotes.
text means any character string.
#PCDATA denotes "parsed character data", as defined in XML 1.0, in a content model.
NMTOKEN denotes a name token, as defined in XML 1.0.
Attribute | Documentation | Type | Default |
---|---|---|---|
type | the kind of aggregate | 'AGGREGATE' | 'ARRAY' | 'BAG' | 'LIST' | 'SET' | SET |
optional | whether the aggregate type is optional | 'YES' | 'NO' | NO |
unique | whether the aggregate type is unique | 'YES' | 'NO' | NO |
lower | lower bound | text | |
upper | upper bound | text | |
typelabel | type label | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | application name | text | |
owner | application developer | text | |
url | application developer's website | text | |
version | application version number | text | |
source | name of file used as input to the application | text |
Attribute | Documentation | Type | Default |
---|---|---|---|
type | specifies which built-in type | 'BINARY' | 'BOOLEAN' | 'GENERIC' | 'GENERICENTITY' | 'INTEGER' | 'LOGICAL' | 'NUMBER' | 'REAL' | 'STRING' | STRING |
width | expression specifying width of binary or string (ignored for other built-in types) | text | |
fixed | expression specifying whether the width is fixed (applies only to binary and string types) | 'YES' | 'NO' | NO |
precision | expression specifying the number of significant digits for a real type | text | |
typelabel | type label | NMTOKEN |
description ( aggregate )* ( typename | builtintype )
Attribute | Documentation | Type | Default |
---|---|---|---|
name | constant name | NMTOKEN | |
expression | constant expression | text |
description ( aggregate )* ( typename | builtintype ) redeclaration
Attribute | Documentation | Type | Default |
---|---|---|---|
name | EXPRESS attribute name | NMTOKEN | |
expression | expression for computing the EXPRESS attribute's value | text |
Attribute | Documentation | Type | Default |
---|---|---|---|
item | the name of the imported construct | NMTOKEN | |
attribute | only used if the imported construct is an entity in which case, item is the name of the entity and attribute is the name of the attribute | NMTOKEN | |
kind | the kind of item being imported | 'ENTITY' | 'TYPE' | 'ATTRIBUTE' | 'FUNCTION' | 'PROCEDURE' | 'CONSTANT' | ENTITY |
description ( explicit )* ( derived )* ( inverse )* ( unique )* ( where )* graphic.element
Attribute | Documentation | Type | Default |
---|---|---|---|
name | name of the entity type | NMTOKEN | |
abstract.entity | whether the entity type is abstract (instantiable) | 'YES' | 'NO' | NO |
abstract.supertype | whether the entity is an abstract supertype | 'YES' | 'NO' | NO |
supertypes | supertypes of this entity | NMTOKENS | |
super.expression | supertype expression | text |
Attribute | Documentation | Type | Default |
---|---|---|---|
extensible | whether the enumeration is extensible | 'YES' | 'NO' | NO |
basedon | type which this enumeration extends | NMTOKEN | |
items | enumeration choices | NMTOKENS |
description ( aggregate )* ( typename | builtintype ) redeclaration
Attribute | Documentation | Type | Default |
---|---|---|---|
name | EXPRESS attribute name | NMTOKEN | |
optional | specifies whether optional | 'YES' | 'NO' | NO |
EXPRESS specification containing one or more EXPRESS schemas
description application ( schema )+
Attribute | Documentation | Type | Default |
---|---|---|---|
language_version | EXPRESS language version | '1' | '2' | '3' | 1 |
rcs.date | date stamp, assumed to be generated using version control software | text | |
rcs.revision | revision stamp, assumed to be generated using version control software | text | |
reference | none | text | |
description.file | file containing descriptive text documenting the EXPRESS objects | text |
description ( parameter )* ( aggregate )* ( typename | builtintype ) algorithm
Attribute | Documentation | Type | Default |
---|---|---|---|
name | function name | NMTOKEN |
schema type builtintype select enumeration entity subtype.constraint
Attribute | Documentation | Type | Default |
---|---|---|---|
image | none | text | |
page | the graphic's page number | text | |
xcoord | x-coordinate of the graphic's position on the page | text | |
ycoord | y-coordinate of the graphic's position on the page | text |
( interfaced.item )* ( described.item )*
Attribute | Documentation | Type | Default |
---|---|---|---|
kind | specifies whether USE FROM or REFERENCE FROM | 'use' | 'reference' | use |
schema | name of schema being interfaced | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | name of object imported | NMTOKEN | |
alias | alias in this schema for the imported object | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | EXPRESS attribute name | NMTOKEN | |
entity | name of entity to which inverted EXPRESS attribute belongs | NMTOKEN | |
attribute | inverted EXPRESS attribute name | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
type | kind of aggregate | 'BAG' | 'SET' | SET |
lower | lower bound | text | |
upper | upper bound | text |
description ( aggregate )* ( typename | builtintype )
Attribute | Documentation | Type | Default |
---|---|---|---|
name | name of argument | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | procedure name | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
entity-ref | entity containing the old EXPRESS attribute | NMTOKEN | |
old_name | old EXPRESS attribute name | NMTOKEN |
description algorithm ( where )+
Attribute | Documentation | Type | Default |
---|---|---|---|
name | rule name | NMTOKEN | |
appliesto | names of entities to which rule applies | NMTOKENS |
description ( interface )* ( constant )* ( ( entity | function | procedure | rule | subtype.constraint | type ) )* graphic.element
Attribute | Documentation | Type | Default |
---|---|---|---|
name | schema name | NMTOKEN | |
version | schema version | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
extensible | whether select type is extensible | 'YES' | 'NO' | NO |
genericentity | whether extensible select type is constrained to have only entity instances in its domain | 'YES' | 'NO' | NO |
basedon | type which this select type extends | NMTOKEN | |
selectitems | select list | NMTOKENS |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | subtype constraint name | NMTOKEN | |
entity | entity for which the constraint applies | NMTOKEN | |
abstract.supertype | whether abstract supertype is declared | 'YES' | 'NO' | NO |
totalover | subtypes totally covering the supertype | NMTOKENS | |
super.expression | supertype expression | text |
description ( aggregate )* ( typename | builtintype | enumeration | select ) ( where )* graphic.element
Attribute | Documentation | Type | Default |
---|---|---|---|
name | type name | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
name | name of the referenced type | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
label | uniqueness rule label | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
entity-ref | name of entity | NMTOKEN | |
attribute | name of EXPRESS attribute | NMTOKEN |
Attribute | Documentation | Type | Default |
---|---|---|---|
label | domain rule label | NMTOKEN | |
expression | domain rule expression | text |