Sha256: 50f57cfacbf4520e95a18c16856b8398cce062c222fae97321ed0f5324ad9b04

Contents?: true

Size: 399 Bytes

Versions: 21

Compression:

Stored size: 399 Bytes

Contents

SCHEMA hyperlink_schema;
ENTITY test; END_ENTITY;
ENTITY empty_entity; END_ENTITY;
ENTITY attribute_entity; test : BOOLEAN; END_ENTITY;
ENTITY subtype_empty_entity SUBTYPE OF (empty_entity); END_ENTITY;
ENTITY subtype_attribute_entity SUBTYPE OF (attribute_entity); SELF\attribute_entity.test : BOOLEAN; END_ENTITY;
ENTITY subtype_missing_entity SUBTYPE OF (missing_entity); END_ENTITY;
END_SCHEMA;

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
expressir-0.2.14 original/examples/syntax/hyperlink.exp
expressir-0.2.14-x86_64-linux original/examples/syntax/hyperlink.exp
expressir-0.2.14-x86_64-darwin original/examples/syntax/hyperlink.exp
expressir-0.2.14-x86-mingw32 original/examples/syntax/hyperlink.exp
expressir-0.2.14-x86-linux original/examples/syntax/hyperlink.exp
expressir-0.2.14-x64-mingw32 original/examples/syntax/hyperlink.exp
expressir-0.2.14-arm64-darwin original/examples/syntax/hyperlink.exp
expressir-0.2.13 original/examples/syntax/hyperlink.exp
expressir-0.2.13-x86_64-linux original/examples/syntax/hyperlink.exp
expressir-0.2.13-x86_64-darwin original/examples/syntax/hyperlink.exp
expressir-0.2.13-x86-mingw32 original/examples/syntax/hyperlink.exp
expressir-0.2.13-x86-linux original/examples/syntax/hyperlink.exp
expressir-0.2.13-x64-mingw32 original/examples/syntax/hyperlink.exp
expressir-0.2.13-arm64-darwin original/examples/syntax/hyperlink.exp
expressir-0.2.12 original/examples/syntax/hyperlink.exp
expressir-0.2.12-x86_64-linux original/examples/syntax/hyperlink.exp
expressir-0.2.12-x86_64-darwin original/examples/syntax/hyperlink.exp
expressir-0.2.12-x86-mingw32 original/examples/syntax/hyperlink.exp
expressir-0.2.12-x86-linux original/examples/syntax/hyperlink.exp
expressir-0.2.12-x64-mingw32 original/examples/syntax/hyperlink.exp