![]() ![]() | ![]() |
- 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="Switchboard_x0020_Items" 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="Switchboard_x0020_Items"> 12: <xsd:annotation> 13: <xsd:appinfo> 14: <od:index index-name="PrimaryKey" index-key="SwitchboardID ItemNumber " primary="yes" unique="yes" clustered="no"/> 15: </xsd:appinfo> 16: </xsd:annotation> 17: <xsd:complexType> 18: <xsd:sequence> 19: <xsd:element name="SwitchboardID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/> 20: <xsd:element name="ItemNumber" minOccurs="0" od:jetType="integer" od:sqlSType="smallint" type="xsd:short"/> 21: <xsd:element name="ItemText" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar"> 22: <xsd:simpleType> 23: <xsd:restriction base="xsd:string"> 24: <xsd:maxLength value="255"/> 25: </xsd:restriction> 26: </xsd:simpleType> 27: </xsd:element> 28: <xsd:element name="Command" minOccurs="0" od:jetType="integer" od:sqlSType="smallint" type="xsd:short"/> 29: <xsd:element name="Argument" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar"> 30: <xsd:simpleType> 31: <xsd:restriction base="xsd:string"> 32: <xsd:maxLength value="50"/> 33: </xsd:restriction> 34: </xsd:simpleType> 35: </xsd:element> 36: </xsd:sequence> 37: </xsd:complexType> 38: </xsd:element> 39: </xsd:schema>