Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In CSDLBI 2.0 and CSDLBI 2.5, the TBehavior simple type<55> identifies whether the association is limited.
The TBehavior simple type is defined in the schema as follows.
<xs:simpleType name="TBehavior">
<xs:restriction base="xs:string">
<xs:enumeration value="Default" />
<xs:enumeration value="Weak" />
</xs:restriction>
</xs:simpleType>
The possible values for the TBehavior simple type are specified in the following table.
|
Value |
Meaning |
|---|---|
|
Default |
This is a regular association. This is the default value. |
|
Weak |
This association is limited. |