schema_association_from_role_multiplicity Property

The multiplicity of the FromRole association end point.

Syntax

def get_schema_association_from_role_multiplicity() -> int: ...

schema_association_from_role_multiplicity = property(get_schema_association_from_role_multiplicity, None)

Default Value

0

Remarks

The multiplicity of the schema_association_from_role association end point. This is used along with schema_association_to_role_multiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many).

The available values are:

nmZeroOne (0) Zero-One (0..1)
nmOne (1) One (1)
nmMany (2) Many (*)

The parameter specifies the index of the item in the array. The size of the array is controlled by the schema_association_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]