I am passing a XML string to tExtractXMLField to extract attribute values of an element. When the attribute i am trying to get is not there, it does not return back anything. This happens only when schema field type is Integer. If I set the missing attribute schema type to String, the component does return values with other attributes and null(empty) for the missing attributes. Is this expected behavior?