Skip to content

Commit e552d36

Browse files
author
mgeipel
committed
removed unused attribute of <choose>
1 parent 7289c63 commit e552d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/schemata/metamorph.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
</sequence>
240240
<attribute name="name" type="string" use="optional" />
241241
<attribute name="value" type="string" use="optional" />
242-
<attribute name="defaultValue" type="string" use="optional" />
242+
<!-- <attribute name="defaultValue" type="string" use="optional" /> -->
243243
<attribute name="flushWith" type="string" use="optional"
244244
default="record" />
245245
</complexType>

0 commit comments

Comments
 (0)