![]() ![]() | ![]() |
- reorganisation of project files - fixed bug with initialisation of fm8 jdbc driver
1: <?xml version="1.0" encoding="UTF-8"?> 2: <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata"> 3: <xsd:element name="dataroot"> 4: <xsd:complexType> 5: <xsd:sequence> 6: <xsd:element ref="ArabicPassages" minOccurs="0" maxOccurs="unbounded"/> 7: </xsd:sequence> 8: <xsd:attribute name="generated" type="xsd:dateTime"/> 9: </xsd:complexType> 10: </xsd:element> 11: <xsd:element name="ArabicPassages"> 12: <xsd:annotation> 13: <xsd:appinfo> 14: <od:index index-name="PrimaryKey" index-key="PassageNum " primary="yes" unique="yes" clustered="no"/> 15: <od:index index-name="AUnum" index-key="AUnum " primary="no" unique="no" clustered="no"/> 16: <od:index index-name="PassageNum" index-key="PassageNum " primary="no" unique="no" clustered="no"/> 17: <od:index index-name="TitleID" index-key="TitleID " primary="no" unique="no" clustered="no"/> 18: <od:index index-name="TITLESArabicPassages" index-key="TitleID " primary="no" unique="no" clustered="no"/> 19: </xsd:appinfo> 20: </xsd:annotation> 21: <xsd:complexType> 22: <xsd:sequence> 23: <xsd:element name="PassageNum" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/> 24: <xsd:element name="TitleID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/> 25: <xsd:element name="AUnum" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/> 26: <xsd:element name="Incipits" minOccurs="0" od:jetType="memo" od:sqlSType="ntext"> 27: <xsd:simpleType> 28: <xsd:restriction base="xsd:string"> 29: <xsd:maxLength value="536870910"/> 30: </xsd:restriction> 31: </xsd:simpleType> 32: </xsd:element> 33: <xsd:element name="Ends" minOccurs="0" od:jetType="memo" od:sqlSType="ntext"> 34: <xsd:simpleType> 35: <xsd:restriction base="xsd:string"> 36: <xsd:maxLength value="536870910"/> 37: </xsd:restriction> 38: </xsd:simpleType> 39: </xsd:element> 40: <xsd:element name="Texts" minOccurs="0" od:jetType="memo" od:sqlSType="ntext"> 41: <xsd:simpleType> 42: <xsd:restriction base="xsd:string"> 43: <xsd:maxLength value="536870910"/> 44: </xsd:restriction> 45: </xsd:simpleType> 46: </xsd:element> 47: <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext"> 48: <xsd:simpleType> 49: <xsd:restriction base="xsd:string"> 50: <xsd:maxLength value="536870910"/> 51: </xsd:restriction> 52: </xsd:simpleType> 53: </xsd:element> 54: </xsd:sequence> 55: </xsd:complexType> 56: </xsd:element> 57: </xsd:schema>