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

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