Is there a quick and easy way to list or determine which metadata standard, style, or format is being used by many feature classes at once? A tool, Python code, arcpy, etc.? I want to see a list of all of my organizations 200+ feature classes' metadata styles; I want to see which ones need to be converted to Esri's Item Description metadata format. For example: ALL_ROADS: Esri style, ADDRESS_POINTS: FGDC style, PRECINCTS: Esri style, and so forth.
I did some searching but couldn't find any good methods for doing this. I have used the arcpy Metadata class but it doesn't seem to have a way to tell you the feature class's metadata format.
My situation is that I've discovered that one old feature class in our enterprise database is in FGDC metadata style, and it's a problem because it contains metadata fields that are not exposed when viewing and editing metadata in ArcGIS, and those fields contain outdated info. I want to re-do the metadata for any feature classes that have non-Esri style metadata, so I need to identify which feature classes need this work done. I did read about the "upgrade" button for metadata, but it was grayed out for me. And this wouldn't solve the problem anyway, because documentation says that parts of the old metadata will still be retained. I definitely do not want that.
Thank you for reading!