Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<ECEntityClass typeName="LinearLocationRecord" displayLabel="Linear Location Record" description="ILinearLocationElement-implementation attaching Linear Referencing Location to a bis:Element not inherently Linearly-Referenced." modifier="Sealed">
<BaseClass>LinearLocationRecordElement</BaseClass>
</ECEntityClass>
<ECEntityClass typeName="IReferent" display="Referent-Element" description="Mix-in to be supported by Element-subclasses that can play the role of a Referent (known location along a Linear-Element)." modifier="Abstract">
<ECEntityClass typeName="IReferent" displayLabel="Referent-Element" description="Mix-in to be supported by Element-subclasses that can play the role of a Referent (known location along a Linear-Element)." modifier="Abstract">
<BaseClass>ILinearlyLocated</BaseClass>
<ECCustomAttributes>
<IsMixin xmlns='CoreCustomAttributes.01.00.00'>
Expand Down
Loading