[expath-pkg.xsd](https://github.com/eXist-db/exist/blob/develop/schema/expath-pkg.xsd) schema is not aligned with code implementation in [ExistPkgExtension.java](https://github.com/eXist-db/exist/blob/develop/exist-core/src/main/java/org/exist/repo/ExistPkgExtension.java). For example, XSD defines attribute named `abrev`, but Java code expects `abbrev` attribute. XSD defines `namespace` as attribute, but Java code expects an [element](https://github.com/eXist-db/exist/blob/1c5142cdf782cb9520d10c700edf4c8e0331bde0/exist-core/src/main/java/org/exist/repo/ExistPkgExtension.java#L125).