Annotation of FM2SQL/samples/ragepxml/Library.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="Library" 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="Library">
! 12: <xsd:annotation>
! 13: <xsd:appinfo>
! 14: <od:index index-name="PrimaryKey" index-key="LibraryID " primary="yes" unique="yes" clustered="no"/>
! 15: <od:index index-name="LibraryID" index-key="LibraryID " primary="no" unique="no" clustered="no"/>
! 16: <od:index index-name="LibraryLIBRARY" index-key="Library " primary="no" unique="no" clustered="no"/>
! 17: </xsd:appinfo>
! 18: </xsd:annotation>
! 19: <xsd:complexType>
! 20: <xsd:sequence>
! 21: <xsd:element name="LibraryID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
! 22: <xsd:element name="Library" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
! 23: <xsd:simpleType>
! 24: <xsd:restriction base="xsd:string">
! 25: <xsd:maxLength value="50"/>
! 26: </xsd:restriction>
! 27: </xsd:simpleType>
! 28: </xsd:element>
! 29: </xsd:sequence>
! 30: </xsd:complexType>
! 31: </xsd:element>
! 32: </xsd:schema>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>