Attribute Relationship Element
X-Ref:
- Ast Attribute Relationship Node
- Ast Dimension Named Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ChildAttributeName | AstAttributeNode | This value provides the name of the child attribute for the specified relationship. This is a required reference to an existing definiton. | |
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
ParentAttributeName | AstAttributeNode | This value provides the name of the parent attribute for the specified relationship. This is a required reference to an existing definiton. | |
Cardinality | CardinalityType | OneToMany | Specifies the relationship cardinality described by an Attribute Relationship or Regular Measure Group Dimension. |
Optionality | OptionalityType | Mandatory | Specifies whether relationships between members of the related attribute are Mandatory or Optional. |
Type | RelationshipType | Flexible | This value indicates whether relationships between members can change between processing runs or if they must be statically defined. |
Visible | Boolean | true | This value indicates whether the parent element is visible. The default setting is True. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |