Annotation of FM2SQL/samples/ragepxml/MSannotation.xsd, revision 1.1
1.1 ! casties 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="MSannotation" 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="MSannotation">
! 12: <xsd:annotation>
! 13: <xsd:appinfo>
! 14: <od:index index-name="MSannotationPlaceID" index-key="PlaceID " 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="MSSMSannotation" index-key="MSid " primary="no" unique="no" clustered="no"/>
! 17: <od:index index-name="PersonID" index-key="PersonID " primary="no" unique="no" clustered="no"/>
! 18: <od:index index-name="TITLESMSannotation" index-key="WorksCited " primary="no" unique="no" clustered="no"/>
! 19: <od:index index-name="WorksCited" index-key="WorksCited " primary="no" unique="no" clustered="no"/>
! 20: </xsd:appinfo>
! 21: </xsd:annotation>
! 22: <xsd:complexType>
! 23: <xsd:sequence>
! 24: <xsd:element name="MSid" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 25: <xsd:element name="PersonID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 26: <xsd:element name="WorksCited" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 27: <xsd:element name="PeopleCited" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 28: <xsd:element name="PlaceID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 29: <xsd:element name="Date" 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="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
! 37: <xsd:simpleType>
! 38: <xsd:restriction base="xsd:string">
! 39: <xsd:maxLength value="536870910"/>
! 40: </xsd:restriction>
! 41: </xsd:simpleType>
! 42: </xsd:element>
! 43: <xsd:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
! 44: <xsd:simpleType>
! 45: <xsd:restriction base="xsd:string">
! 46: <xsd:maxLength value="536870910"/>
! 47: </xsd:restriction>
! 48: </xsd:simpleType>
! 49: </xsd:element>
! 50: </xsd:sequence>
! 51: </xsd:complexType>
! 52: </xsd:element>
! 53: </xsd:schema>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>