Skip to content

Commit d2110c3

Browse files
committed
Add lang attribute to tag element
1 parent 6f0f835 commit d2110c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

core/info.xsd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,15 @@
106106
<xs:element name="tags" minOccurs="0">
107107
<xs:complexType>
108108
<xs:choice maxOccurs="unbounded">
109-
<xs:element type="shortString" name="tag"/>
109+
<xs:element name="tag">
110+
<xs:complexType>
111+
<xs:simpleContent>
112+
<xs:extension base="shortString">
113+
<xs:attribute type="xs:language" name="lang"/>
114+
</xs:extension>
115+
</xs:simpleContent>
116+
</xs:complexType>
117+
</xs:element>
110118
</xs:choice>
111119
</xs:complexType>
112120
</xs:element>

0 commit comments

Comments
 (0)