示例#1
0
def schema(metadata):
    """Parsed metadata"""

    # pylint: disable=redefined-outer-name

    return schema_from_xml(metadata)
示例#2
0
def schema_northwind_v2(metadata_northwind_v2):
    return schema_from_xml(metadata_northwind_v2)