Skip to content

Commit

Permalink
Make md:title optional in patch file (#199)
Browse files Browse the repository at this point in the history
It's already optional in the unpatched schema
  • Loading branch information
TylerZeroMaster authored Jun 13, 2024
1 parent 5167038 commit ad6247c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/static/xsd/cnxml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<xs:complexType>
<xs:all>
<xs:element ref="mdml:content-id"/>
<xs:element ref="mdml:title"/>
<xs:element minOccurs="0" ref="mdml:title"/>
<xs:element ref="mdml:uuid"/>
<xs:element minOccurs="0" ref="mdml:abstract"/>
</xs:all>
Expand Down
2 changes: 1 addition & 1 deletion client/static/xsd/trang.patch
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ index e985975..e100413 100644
- </xs:choice>
+ <xs:all>
+ <xs:element ref="mdml:content-id"/>
+ <xs:element ref="mdml:title"/>
+ <xs:element minOccurs="0" ref="mdml:title"/>
+ <xs:element ref="mdml:uuid"/>
+ <xs:element minOccurs="0" ref="mdml:abstract"/>
+ </xs:all>
Expand Down

0 comments on commit ad6247c

Please sign in to comment.