partial function getArraySize1D extends Modelica.Icons.Function; input String varName "Key"; input Types.ExternXMLFile xml "External XML file object"; output Integer n "Number of elements in array"; end getArraySize1D;