Annotation of FM2SQL/samples/ragepxml/Authors.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="Authors" 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="Authors">
        !            12: <xsd:annotation>
        !            13: <xsd:appinfo>
        !            14: <od:index index-name="AUTHOR" index-key="SHORTAUTHOR " primary="no" unique="yes" clustered="no"/>
        !            15: <od:index index-name="LastName" index-key="FullName " primary="no" unique="yes" clustered="no"/>
        !            16: <od:index index-name="PrimaryKey" index-key="AUnum " primary="yes" unique="yes" clustered="no"/>
        !            17: <od:index index-name="Birthplace" index-key="BirthPlace " primary="no" unique="no" clustered="no"/>
        !            18: <od:index index-name="Numerical Date" index-key="NumericalDeathDate " primary="no" unique="no" clustered="no"/>
        !            19: </xsd:appinfo>
        !            20: </xsd:annotation>
        !            21: <xsd:complexType>
        !            22: <xsd:sequence>
        !            23: <xsd:element name="AUnum" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
        !            24: <xsd:element name="SHORTAUTHOR" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            25: <xsd:simpleType>
        !            26: <xsd:restriction base="xsd:string">
        !            27: <xsd:maxLength value="50"/>
        !            28: </xsd:restriction>
        !            29: </xsd:simpleType>
        !            30: </xsd:element>
        !            31: <xsd:element name="FullName" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            32: <xsd:simpleType>
        !            33: <xsd:restriction base="xsd:string">
        !            34: <xsd:maxLength value="85"/>
        !            35: </xsd:restriction>
        !            36: </xsd:simpleType>
        !            37: </xsd:element>
        !            38: <xsd:element name="ArabicName" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            39: <xsd:simpleType>
        !            40: <xsd:restriction base="xsd:string">
        !            41: <xsd:maxLength value="75"/>
        !            42: </xsd:restriction>
        !            43: </xsd:simpleType>
        !            44: </xsd:element>
        !            45: <xsd:element name="BirthPlace" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
        !            46: <xsd:element name="BirthDate" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            47: <xsd:simpleType>
        !            48: <xsd:restriction base="xsd:string">
        !            49: <xsd:maxLength value="50"/>
        !            50: </xsd:restriction>
        !            51: </xsd:simpleType>
        !            52: </xsd:element>
        !            53: <xsd:element name="DateofDeath" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            54: <xsd:simpleType>
        !            55: <xsd:restriction base="xsd:string">
        !            56: <xsd:maxLength value="50"/>
        !            57: </xsd:restriction>
        !            58: </xsd:simpleType>
        !            59: </xsd:element>
        !            60: <xsd:element name="NumericalDeathDate" minOccurs="0" od:jetType="integer" od:sqlSType="smallint" type="xsd:short"/>
        !            61: <xsd:element name="HIJRADATE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            62: <xsd:simpleType>
        !            63: <xsd:restriction base="xsd:string">
        !            64: <xsd:maxLength value="50"/>
        !            65: </xsd:restriction>
        !            66: </xsd:simpleType>
        !            67: </xsd:element>
        !            68: <xsd:element name="Region" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
        !            69: <xsd:simpleType>
        !            70: <xsd:restriction base="xsd:string">
        !            71: <xsd:maxLength value="50"/>
        !            72: </xsd:restriction>
        !            73: </xsd:simpleType>
        !            74: </xsd:element>
        !            75: <xsd:element name="MajorInfluences" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
        !            76: <xsd:simpleType>
        !            77: <xsd:restriction base="xsd:string">
        !            78: <xsd:maxLength value="536870910"/>
        !            79: </xsd:restriction>
        !            80: </xsd:simpleType>
        !            81: </xsd:element>
        !            82: <xsd:element name="Notes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
        !            83: <xsd:simpleType>
        !            84: <xsd:restriction base="xsd:string">
        !            85: <xsd:maxLength value="536870910"/>
        !            86: </xsd:restriction>
        !            87: </xsd:simpleType>
        !            88: </xsd:element>
        !            89: <xsd:element name="ArabicNotes" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
        !            90: <xsd:simpleType>
        !            91: <xsd:restriction base="xsd:string">
        !            92: <xsd:maxLength value="536870910"/>
        !            93: </xsd:restriction>
        !            94: </xsd:simpleType>
        !            95: </xsd:element>
        !            96: </xsd:sequence>
        !            97: </xsd:complexType>
        !            98: </xsd:element>
        !            99: </xsd:schema>

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