diff options
author | Chris Little <chrislit@crosswire.org> | 2014-02-23 06:56:40 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2014-02-23 06:56:40 +0000 |
commit | 1af69d7b5c91804c34af4c4c0c6d93e739171e7e (patch) | |
tree | bdbcfe38aedbda7ee1e013bcf01fde93ca0b9a96 | |
parent | 6977d20cf745e402585ee3acb1217aab4992b6f3 (diff) | |
download | sword-tools-1af69d7b5c91804c34af4c4c0c6d93e739171e7e.tar.gz |
fixed "<seg> in <cell>" bug from http://www.crosswire.org/wiki/OSIS_211_CR
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@477 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r-- | xmlschemata/osis/osisCore.2.1.1-cw1.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlschemata/osis/osisCore.2.1.1-cw1.xsd b/xmlschemata/osis/osisCore.2.1.1-cw1.xsd index 10ea684..3c05dd0 100644 --- a/xmlschemata/osis/osisCore.2.1.1-cw1.xsd +++ b/xmlschemata/osis/osisCore.2.1.1-cw1.xsd @@ -422,7 +422,7 @@ <xs:element name="q" type="qCT"/> <xs:element name="reference" type="referenceCT"/> <xs:element name="salute" type="saluteCT"/> - <xs:element name="seq" type="segCT"/> + <xs:element name="seg" type="segCT"/> <xs:element name="signed" type="signedCT"/> <xs:element name="speaker" type="speakerCT"/> <xs:element name="speech" type="speechCT"/> |