File:  [Repository] / FM2SQL / samples / ragepxml / MSownership.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="MSownership" 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="MSownership">
   12: <xsd:annotation>
   13: <xsd:appinfo>
   14: <od:index index-name="InsitutionalOwner" index-key="InsitutionalOwner " primary="no" unique="no" clustered="no"/>
   15: <od:index index-name="MSid" index-key="MSid " primary="no" unique="no" clustered="no"/>
   16: <od:index index-name="MSSMSownership" index-key="MSid " primary="no" unique="no" clustered="no"/>
   17: <od:index index-name="OWNERSHIPDATES" index-key="OWNERSHIPDATES " primary="no" unique="no" clustered="no"/>
   18: <od:index index-name="PersonID" index-key="PersonID " primary="no" unique="no" clustered="no"/>
   19: <od:index index-name="PlaceID" index-key="PlaceID " primary="no" unique="no" clustered="no"/>
   20: <od:index index-name="WAQF" index-key="WAQF " primary="no" unique="no" clustered="no"/>
   21: </xsd:appinfo>
   22: </xsd:annotation>
   23: <xsd:complexType>
   24: <xsd:sequence>
   25: <xsd:element name="MSid" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   26: <xsd:element name="PersonID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   27: <xsd:element name="PlaceID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   28: <xsd:element name="InsitutionalOwner" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
   29: <xsd:element name="OWNERSHIPDATES" 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:element name="WAQF" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
   37: <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   38: <xsd:simpleType>
   39: <xsd:restriction base="xsd:string">
   40: <xsd:maxLength value="536870910"/>
   41: </xsd:restriction>
   42: </xsd:simpleType>
   43: </xsd:element>
   44: <xsd:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   45: <xsd:simpleType>
   46: <xsd:restriction base="xsd:string">
   47: <xsd:maxLength value="536870910"/>
   48: </xsd:restriction>
   49: </xsd:simpleType>
   50: </xsd:element>
   51: <xsd:element name="WaqfNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
   52: <xsd:simpleType>
   53: <xsd:restriction base="xsd:string">
   54: <xsd:maxLength value="536870910"/>
   55: </xsd:restriction>
   56: </xsd:simpleType>
   57: </xsd:element>
   58: </xsd:sequence>
   59: </xsd:complexType>
   60: </xsd:element>
   61: </xsd:schema>

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