Sha256: 430256bdb66dcf8525d7a8f1e8ccdb9f6547f6f615baf067cfab75e62ea83354

Contents?: true

Size: 366 Bytes

Versions: 4

Compression:

Stored size: 366 Bytes

Contents

vocabulary Marriage;

/*
 * Value Types
 */
Name is defined as VariableLengthText();

/*
 * Entity Types
 */
Person is identified by given-Name and family-Name where
	Person has one given-Name,
	Person has one family-Name;

Marriage is identified by Husband and Wife where
	Marriage is by one husband-Person (as Husband),
	Marriage is of one wife-Person (as Wife);

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activefacts-0.6.0 examples/CQL/Marriage.cql
activefacts-0.7.0 examples/CQL/Marriage.cql
activefacts-0.7.1 examples/CQL/Marriage.cql
activefacts-0.7.2 examples/CQL/Marriage.cql