Annotation of FM2SQL/samples/ragepxml/MSstudy.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="MSstudy" 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="MSstudy">
        !            12: <xsd:annotation>
        !            13: <xsd:appinfo>
        !            14: <od:index index-name="MSSMSstudy" index-key="MSid " 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="InsitutionID" index-key="InsitutionID " primary="no" unique="no" clustered="no"/>
        !            17: <od:index index-name="MSid" index-key="MSid " primary="no" unique="no" clustered="no"/>
        !            18: <od:index index-name="Student Name" index-key="StudentName " primary="no" unique="no" clustered="no"/>
        !            19: </xsd:appinfo>
        !            20: </xsd:annotation>
        !            21: <xsd:complexType>
        !            22: <xsd:sequence>
        !            23: <xsd:element name="MSid" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
        !            24: <xsd:element name="StudentName" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
        !            25: <xsd:element name="Teacher" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
        !            26: <xsd:element name="InsitutionID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
        !            27: <xsd:element name="SubjectStudied" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            28: <xsd:simpleType>
        !            29: <xsd:restriction base="xsd:string">
        !            30: <xsd:maxLength value="50"/>
        !            31: </xsd:restriction>
        !            32: </xsd:simpleType>
        !            33: </xsd:element>
        !            34: <xsd:element name="hay_x0027_a" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
        !            35: <xsd:element name="DateStudied" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            36: <xsd:simpleType>
        !            37: <xsd:restriction base="xsd:string">
        !            38: <xsd:maxLength value="50"/>
        !            39: </xsd:restriction>
        !            40: </xsd:simpleType>
        !            41: </xsd:element>
        !            42: <xsd:element name="Certification" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
        !            43: <xsd:element name="Notes" 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:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
        !            51: <xsd:simpleType>
        !            52: <xsd:restriction base="xsd:string">
        !            53: <xsd:maxLength value="536870910"/>
        !            54: </xsd:restriction>
        !            55: </xsd:simpleType>
        !            56: </xsd:element>
        !            57: </xsd:sequence>
        !            58: </xsd:complexType>
        !            59: </xsd:element>
        !            60: </xsd:schema>

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