File:  [Repository] / FM2SQL / samples / ragepxml / PLACES.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="PLACES" 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="PLACES">
   12: <xsd:annotation>
   13: <xsd:appinfo>
   14: <od:index index-name="Place" index-key="Place " primary="no" unique="yes" clustered="no"/>
   15: <od:index index-name="PrimaryKey" index-key="PlaceID " primary="yes" unique="yes" clustered="no"/>
   16: <od:index index-name="TopicID" index-key="PlaceID " primary="no" unique="yes" clustered="no"/>
   17: </xsd:appinfo>
   18: </xsd:annotation>
   19: <xsd:complexType>
   20: <xsd:sequence>
   21: <xsd:element name="PlaceID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
   22: <xsd:element name="Place" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
   23: <xsd:simpleType>
   24: <xsd:restriction base="xsd:string">
   25: <xsd:maxLength value="50"/>
   26: </xsd:restriction>
   27: </xsd:simpleType>
   28: </xsd:element>
   29: </xsd:sequence>
   30: </xsd:complexType>
   31: </xsd:element>
   32: </xsd:schema>

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