Skip to content

Commit feb1b82

Browse files
author
Sanders Kleinfeld
committed
Merge pull request #35 from oreillymedia/xmlschema
More spec and schema edits
2 parents fd479fc + c0295cd commit feb1b82

File tree

2 files changed

+156
-146
lines changed

2 files changed

+156
-146
lines changed

htmlbook.xsd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
<xs:complexType>
495495
<xs:complexContent>
496496
<xs:extension base="inline_children_only">
497-
<xs:attribute name="data-language" type="xs:token"/>
497+
<xs:attribute name="data-code-language" type="xs:token"/>
498498
</xs:extension>
499499
</xs:complexContent>
500500
</xs:complexType>
@@ -566,6 +566,13 @@
566566
<xs:attribute name="rel"/>
567567
<xs:attribute name="target"/>
568568
<xs:attribute name="type"/>
569+
<!-- The following attributes are for indexterms -->
570+
<xs:attribute name="data-primary" type="xs:string"/>
571+
<xs:attribute name="data-secondary" type="xs:string"/>
572+
<xs:attribute name="data-tertiary" type="xs:string"/>
573+
<xs:attribute name="data-see" type="xs:string"/>
574+
<xs:attribute name="data-seealso" type="xs:string"/>
575+
<xs:attribute name="data-sortas" type="xs:string"/>
569576
</xs:extension>
570577
</xs:complexContent>
571578
</xs:complexType>

0 commit comments

Comments
 (0)