@ -490,10 +490,22 @@ ModelNode_getChildWithFc(ModelNode* self, const char* name, FunctionalConstraint
}
else {
if (nextNode->modelType == DataAttributeModelType) {
DataAttribute* da = (DataAttribute*) nextNode;
if (da->fc == fc) {
matchingNode = nextNode;
break;