Annotation of FM2SQL/samples/ragepxml/MSS.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="MSS" 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="MSS">
! 12: <xsd:annotation>
! 13: <xsd:appinfo>
! 14: <od:index index-name="Exemplar" index-key="City Library Collection MSnum NUMinCODEX " primary="no" unique="yes" clustered="no"/>
! 15: <od:index index-name="PrimaryKey" index-key="MSid " primary="yes" unique="yes" clustered="no"/>
! 16: <od:index index-name="AUnum" index-key="AUnum " primary="no" unique="no" clustered="no"/>
! 17: <od:index index-name="CityID" index-key="City " primary="no" unique="no" clustered="no"/>
! 18: <od:index index-name="COLLECTION" index-key="Collection " primary="no" unique="no" clustered="no"/>
! 19: <od:index index-name="LIBRARY" index-key="Library " primary="no" unique="no" clustered="no"/>
! 20: <od:index index-name="MSannotated" index-key="MSannotated " primary="no" unique="no" clustered="no"/>
! 21: <od:index index-name="MSowned" index-key="MSowned " primary="no" unique="no" clustered="no"/>
! 22: <od:index index-name="MSstudied" index-key="MSstudied " primary="no" unique="no" clustered="no"/>
! 23: <od:index index-name="PlaceID" index-key="PlaceID " primary="no" unique="no" clustered="no"/>
! 24: <od:index index-name="TitleID" index-key="TitleID " primary="no" unique="no" clustered="no"/>
! 25: <od:index index-name="TITLESMSS" index-key="TitleID " primary="no" unique="no" clustered="no"/>
! 26: </xsd:appinfo>
! 27: </xsd:annotation>
! 28: <xsd:complexType>
! 29: <xsd:sequence>
! 30: <xsd:element name="MSid" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
! 31: <xsd:element name="TitleID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 32: <xsd:element name="AUnum" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 33: <xsd:element name="City" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 34: <xsd:element name="Library" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 35: <xsd:element name="Collection" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 36: <xsd:element name="MSnum" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 37: <xsd:simpleType>
! 38: <xsd:restriction base="xsd:string">
! 39: <xsd:maxLength value="50"/>
! 40: </xsd:restriction>
! 41: </xsd:simpleType>
! 42: </xsd:element>
! 43: <xsd:element name="NUMinCODEX" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 44: <xsd:simpleType>
! 45: <xsd:restriction base="xsd:string">
! 46: <xsd:maxLength value="50"/>
! 47: </xsd:restriction>
! 48: </xsd:simpleType>
! 49: </xsd:element>
! 50: <xsd:element name="FF" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 51: <xsd:simpleType>
! 52: <xsd:restriction base="xsd:string">
! 53: <xsd:maxLength value="50"/>
! 54: </xsd:restriction>
! 55: </xsd:simpleType>
! 56: </xsd:element>
! 57: <xsd:element name="LINESperPG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 58: <xsd:simpleType>
! 59: <xsd:restriction base="xsd:string">
! 60: <xsd:maxLength value="50"/>
! 61: </xsd:restriction>
! 62: </xsd:simpleType>
! 63: </xsd:element>
! 64: <xsd:element name="SCRIPT" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 65: <xsd:simpleType>
! 66: <xsd:restriction base="xsd:string">
! 67: <xsd:maxLength value="50"/>
! 68: </xsd:restriction>
! 69: </xsd:simpleType>
! 70: </xsd:element>
! 71: <xsd:element name="MSexamined" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
! 72: <xsd:element name="Copyist" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 73: <xsd:element name="PlaceID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
! 74: <xsd:element name="DATECOPIED" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 75: <xsd:simpleType>
! 76: <xsd:restriction base="xsd:string">
! 77: <xsd:maxLength value="50"/>
! 78: </xsd:restriction>
! 79: </xsd:simpleType>
! 80: </xsd:element>
! 81: <xsd:element name="EngNOTES" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
! 82: <xsd:simpleType>
! 83: <xsd:restriction base="xsd:string">
! 84: <xsd:maxLength value="536870910"/>
! 85: </xsd:restriction>
! 86: </xsd:simpleType>
! 87: </xsd:element>
! 88: <xsd:element name="MSowned" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
! 89: <xsd:element name="MSstudied" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
! 90: <xsd:element name="ArabNOTES" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
! 91: <xsd:simpleType>
! 92: <xsd:restriction base="xsd:string">
! 93: <xsd:maxLength value="536870910"/>
! 94: </xsd:restriction>
! 95: </xsd:simpleType>
! 96: </xsd:element>
! 97: <xsd:element name="MSannotated" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
! 98: <xsd:element name="Microfilmed" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
! 99: </xsd:sequence>
! 100: </xsd:complexType>
! 101: </xsd:element>
! 102: </xsd:schema>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>