TWOT numbers restored, verbal roots verified.

This commit is contained in:
David Troidl 2011-04-16 07:27:34 -04:00
parent ffafffb9e5
commit aa684b88f4
2 changed files with 7922 additions and 1003 deletions

View File

@ -28,6 +28,7 @@
<xs:element name="meaning" type="sourceCT"/>
<xs:element name="usage" type="sourceCT"/>
<xs:element name="bdb" type="bdbCT"/>
<xs:element name="xref" type="xrefCT"/>
<xs:element name="status" type="statusCT"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID" use="required"/>
@ -70,6 +71,14 @@
<xs:attribute name="mod" type="modList"/>
</xs:complexType>
<xs:complexType name="xrefCT">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="twot" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="statusCT">
<xs:simpleContent>
<xs:extension base="xs:string">

File diff suppressed because it is too large Load Diff