Has Supplier

Provance.Relationship.AgreementHasSupplier (RelationshipType)

The supplier is one from whom the agreement was purchased.

Element properties:

SourceProvance.Class.Agreement
TargetProvance.Class.Company
TypeSystem.Reference
AccessibilityPublic
AbstractFalse

Source Code:

<RelationshipType ID="Provance.Relationship.AgreementHasSupplier" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.Reference">
<Source ID="Agreement" Type="Provance.Class.Agreement"/>
<Target ID="Supplier" Type="Provance.Class.Company" MinCardinality="0" MaxCardinality="1"/>
</RelationshipType>