Skip to content

Commit 7e76ed7

Browse files
chore: update schema
1 parent c2c3ee8 commit 7e76ed7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: schema/core.xsd

+10
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,16 @@
11481148
<xs:attribute name="type" type="xs:string" />
11491149
<xs:attributeGroup ref="hv:behaviorAttributes" />
11501150
<xs:attribute name="text-content-type" type="hv:text-content-type" />
1151+
<xs:attribute name="auto-capitalize">
1152+
<xs:simpleType>
1153+
<xs:restriction base="xs:string">
1154+
<xs:enumeration value="none" />
1155+
<xs:enumeration value="sentences" />
1156+
<xs:enumeration value="words" />
1157+
<xs:enumeration value="characters" />
1158+
</xs:restriction>
1159+
</xs:simpleType>
1160+
</xs:attribute>
11511161
</xs:complexType>
11521162
</xs:element>
11531163

0 commit comments

Comments
 (0)