A node within a schema.
More...
#include <PTDiffusionRecordV2SchemaNode.h>
A node within a schema.
- Since
- 6.0
◆ isEqualToRecordV2SchemaNode:
Compares the receiver to the given schema node.
- Parameters
-
| node | The schema node object with which to compare the receiver. |
- Returns
- YES if the node is equal to the contents of the receiver, otherwise NO.
- Since
- 6.0
◆ max
The maximum number of occurrances of the node within its parent.
This will be a positive value greater than or equal to the minimum value, or -1 to indicate an unlimited number.
- Since
- 6.0
◆ min
The minimum number of occurrences of the node within its parent.
This may be zero for a variable multiplicity field, otherwise it will be a positive value.
- Since
- 6.0
◆ name
◆ variable
YES if the node has variable multiplicity - i.e. min != max.
- Since
- 6.0