def schema(metadata): """Parsed metadata""" # pylint: disable=redefined-outer-name return schema_from_xml(metadata)
def schema_northwind_v2(metadata_northwind_v2): return schema_from_xml(metadata_northwind_v2)