Skip to content

Commit

Permalink
Update schema with new 'noindex' document attribute (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerZeroMaster authored Jun 24, 2024
1 parent 4faf72c commit 7244d86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/static/xsd/cnxml.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
</xs:simpleType>
</xs:attribute>
<xs:attribute name="module-id"/>
<xs:attribute name="noindex">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group name="title">
Expand Down

0 comments on commit 7244d86

Please sign in to comment.