We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8210260 commit 0fde8dcCopy full SHA for 0fde8dc
lib/XMLMarshaller.js
@@ -145,7 +145,8 @@ const XMLMarshaller = class {
145
this.xs.getAttributeSimpleType (node).stringify (v)
146
)
147
148
- case 'extension':
+ case 'extension':
149
+ case 'restriction':
150
this.appendAttributes (this.xs.getType (attributes.base), data)
151
152
default:
0 commit comments