GlobalFieldDefinitionType
missing definition for collapsible
causing failure in test-suite
sample
#774
Labels
bug
Something isn't working
Describe the bug
The
metaschema.xsd
file defines a number of types for Metaschema.The
GlobalFieldDefinitionType
has the following definition:Notice there is no definition of
collapsible
.However, the test suite contains the following file:
test-suite/schema-generation/collapsible/collapsible-no-op_metaschema.xml
Notice that this line:
Clearly indicates that
define-field
supports thecollapsible
attribute.define-field
is exactly of the typeGlobalFieldDefinitionType
, because it directly belongs to<METASCHEMA>
:Expected behavior (i.e. solution)
The solution is to update the definition of
GlobalFieldDefinitionType
to supportcollapsible
.Other Comments
I will submit a PR that addresses this issue.
The text was updated successfully, but these errors were encountered: