Skip to content

Commit 5d198c4

Browse files
committed
'xs:anyAtomicType' was not included in the auto-completion list for types
1 parent d4af71e commit 5d198c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/functionData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ export class FunctionData {
486486
private static unionSimpleTypes() {
487487
const baseSimpleTypes = FunctionData.schema.map(t => 'xs:' + t.substring(0, t.length - 2));
488488
baseSimpleTypes.push('xs:numeric');
489+
baseSimpleTypes.push('xs:anyAtomicType');
489490
return baseSimpleTypes;
490491
}
491492

0 commit comments

Comments
 (0)