There was an error while loading. Please reload this page.
1 parent d4af71e commit 5d198c4Copy full SHA for 5d198c4
src/functionData.ts
@@ -486,6 +486,7 @@ export class FunctionData {
486
private static unionSimpleTypes() {
487
const baseSimpleTypes = FunctionData.schema.map(t => 'xs:' + t.substring(0, t.length - 2));
488
baseSimpleTypes.push('xs:numeric');
489
+baseSimpleTypes.push('xs:anyAtomicType');
490
return baseSimpleTypes;
491
}
492
0 commit comments