# Found at http://informatics.mayo.edu/informatics_pages/standards/lexGrid/ldapBackend/schema/TerminologyAssociationsCommon.schema ################################################################################### # Common association types - associations available to all services # # This file needs to align with AssociationsCommon.xml ################################################################################### attributetype (1.3.6.1.4.1.2114.108.1.8.1.1 NAME ('hasSubtype' 'inverseIsA') DESC 'nonReflexive subtype association' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.2 NAME ('isA' 'isSubtypeOf') DESC 'inverse of subtype association' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.3 NAME 'hasPart' DESC 'various meronomy relationships' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.4 NAME ('partOf' 'isAPartOf' 'isPartOf') DESC 'inverse of hasPart' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.5 NAME ('occursBefore' 'lessThan' 'largerThan') DESC 'ordinal relationship' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.6 NAME ('occursAfter' 'greaterThan' 'smallerThan') DESC 'reverse of occursBefore' SUP association SINGLE-VALUE) attributetype (1.3.6.1.4.1.2114.108.1.8.1.7 NAME 'sameAs' DESC 'symmetric comparison operator' SUP association SINGLE-VALUE) # Mixin type that allows basic associations to be used objectclass (1.3.6.1.4.1.2114.108.1.8.1 NAME 'associatableCommon' DESC 'mixin class that allows classes to be associatiable' ABSTRACT MAY (hasSubtype $ isA $ hasPart $ partOf $ occursBefore $ occursAfter $ sameAs))