diff --git a/client/src/components/Form/parameterTypes.d.ts b/client/src/components/Form/parameterTypes.d.ts
index 93f1a5406a5b..84ac11756c97 100644
--- a/client/src/components/Form/parameterTypes.d.ts
+++ b/client/src/components/Form/parameterTypes.d.ts
@@ -23,7 +23,6 @@ export type FormParameterTypes =
| "data_collection"
| "drill_down"
| "group_tag"
- | "library_data"
| "ftpfile"
| "upload"
| "rules"
diff --git a/lib/galaxy/tool_util/xsd/galaxy.xsd b/lib/galaxy/tool_util/xsd/galaxy.xsd
index 6b4851a0041e..092748cfa25d 100644
--- a/lib/galaxy/tool_util/xsd/galaxy.xsd
+++ b/lib/galaxy/tool_util/xsd/galaxy.xsd
@@ -3474,7 +3474,7 @@ Describes the parameter type - each different type as different semantics and
the tool form widget is different. Currently valid parameter types are:
``text``, ``integer``, ``float``, ``boolean``, ``genomebuild``, ``select``,
``color``, ``data_column``, ``hidden``, ``hidden_data``, ``baseurl``,
-``file``, ``ftpfile``, ``data``, ``data_collection``, ``library_data``,
+``file``, ``ftpfile``, ``data``, ``data_collection``,
``drill_down``. The definition of supported parameter types as defined in the
``parameter_types`` dictionary in
[/lib/galaxy/tools/parameters/basic.py](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tools/parameters/basic.py).
@@ -3750,7 +3750,6 @@ allow access to Python code to generate options for a select list. See
-