Skip to content

Commit

Permalink
fix: add collapsible to GlobalFieldDefinitionType type in XSD, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Oct 22, 2024
1 parent 2673565 commit 875e57e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/xml/metaschema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
<xs:element name="example" type="ExampleType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="FieldValueAttributeGroup"/>
<xs:attribute name="collapsible" type="YesNoType" default="no"/>
<xs:attributeGroup ref="DefinitionNamingGroup"/>
<xs:attribute name="scope" type="ScopeType" default="global"/>
<xs:attributeGroup ref="DeprecationAttributeGroup"/>
Expand Down

0 comments on commit 875e57e

Please sign in to comment.