Sha256: 0547fc6fc01a718f2f4d07576664bbcca7d62b1ebaa76ec4eda230db15a75fcf
Contents?: true
Size: 897 Bytes
Versions: 169
Compression:
Stored size: 897 Bytes
Contents
--- _class: Expressir::Model::Repository schemas: - _class: Expressir::Model::Declarations::Schema file: spec/syntax/single.exp id: single_schema version: _class: Expressir::Model::Declarations::SchemaVersion value: version entities: - _class: Expressir::Model::Declarations::Entity id: empty_entity source: |- ENTITY empty_entity; END_ENTITY; - _class: Expressir::Model::Declarations::Entity id: subtype_empty_entity subtype_of: - _class: Expressir::Model::References::SimpleReference id: empty_entity base_path: single_schema.empty_entity source: |- ENTITY subtype_empty_entity SUBTYPE OF (empty_entity); END_ENTITY; source: |- SCHEMA single_schema 'version'; ENTITY empty_entity; END_ENTITY; ENTITY subtype_empty_entity SUBTYPE OF (empty_entity); END_ENTITY; END_SCHEMA;
Version data entries
169 entries across 169 versions & 1 rubygems