File:  [Repository] / FM2SQL / samples / ragepxml / Institutions.xsd
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 2 19:47:24 2006 UTC (18 years, 9 months ago) by casties
Branches: MAIN
CVS tags: HEAD
- 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="Institutions" 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="Institutions">
   12: <xsd:annotation>
   13: <xsd:appinfo>
   14: <od:index index-name="Institution" index-key="Institution " primary="no" unique="yes" clustered="no"/>
   15: <od:index index-name="PrimaryKey" index-key="InsitutionID " primary="yes" unique="yes" clustered="no"/>
   16: <od:index index-name="InsitutionID" index-key="InsitutionID " primary="no" unique="no" clustered="no"/>
   17: <od:index index-name="PlaceID" index-key="PlaceID " primary="no" unique="no" clustered="no"/>
   18: </xsd:appinfo>
   19: </xsd:annotation>
   20: <xsd:complexType>
   21: <xsd:sequence>
   22: <xsd:element name="InsitutionID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
   23: <xsd:element name="Institution" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
   24: <xsd:simpleType>
   25: <xsd:restriction base="xsd:string">
   26: <xsd:maxLength value="50"/>
   27: </xsd:restriction>
   28: </xsd:simpleType>
   29: </xsd:element>
   30: <xsd:element name="Type" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
   31: <xsd:simpleType>
   32: <xsd:restriction base="xsd:string">
   33: <xsd:maxLength value="50"/>
   34: </xsd:restriction>
   35: </xsd:simpleType>
   36: </xsd:element>
   37: <xsd:element name="PlaceID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   38: <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   39: <xsd:simpleType>
   40: <xsd:restriction base="xsd:string">
   41: <xsd:maxLength value="536870910"/>
   42: </xsd:restriction>
   43: </xsd:simpleType>
   44: </xsd:element>
   45: <xsd:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   46: <xsd:simpleType>
   47: <xsd:restriction base="xsd:string">
   48: <xsd:maxLength value="536870910"/>
   49: </xsd:restriction>
   50: </xsd:simpleType>
   51: </xsd:element>
   52: </xsd:sequence>
   53: </xsd:complexType>
   54: </xsd:element>
   55: </xsd:schema>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>