File:  [Repository] / FM2SQL / samples / ragepxml / Aliases.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="Aliases" 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="Aliases">
   12: <xsd:annotation>
   13: <xsd:appinfo>
   14: <od:index index-name="PrimaryKey" index-key="AliasNum " primary="yes" unique="yes" clustered="no"/>
   15: <od:index index-name="AliasesPersonID" index-key="PersonID " primary="no" unique="no" clustered="no"/>
   16: <od:index index-name="AliusNum" index-key="AliasNum " primary="no" unique="no" clustered="no"/>
   17: <od:index index-name="AuthorsAliases" index-key="AUnum " primary="no" unique="no" clustered="no"/>
   18: </xsd:appinfo>
   19: </xsd:annotation>
   20: <xsd:complexType>
   21: <xsd:sequence>
   22: <xsd:element name="AliasNum" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
   23: <xsd:element name="AUnum" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   24: <xsd:element name="PersonID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   25: <xsd:element name="Alias" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
   26: <xsd:simpleType>
   27: <xsd:restriction base="xsd:string">
   28: <xsd:maxLength value="75"/>
   29: </xsd:restriction>
   30: </xsd:simpleType>
   31: </xsd:element>
   32: <xsd:element name="ArabicAlias" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
   33: <xsd:simpleType>
   34: <xsd:restriction base="xsd:string">
   35: <xsd:maxLength value="75"/>
   36: </xsd:restriction>
   37: </xsd:simpleType>
   38: </xsd:element>
   39: <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   40: <xsd:simpleType>
   41: <xsd:restriction base="xsd:string">
   42: <xsd:maxLength value="536870910"/>
   43: </xsd:restriction>
   44: </xsd:simpleType>
   45: </xsd:element>
   46: <xsd:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   47: <xsd:simpleType>
   48: <xsd:restriction base="xsd:string">
   49: <xsd:maxLength value="536870910"/>
   50: </xsd:restriction>
   51: </xsd:simpleType>
   52: </xsd:element>
   53: </xsd:sequence>
   54: </xsd:complexType>
   55: </xsd:element>
   56: </xsd:schema>

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