PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/FreeTranslator/CustomDict.xsd

#
XML Schema | 52 lines | 52 code | 0 blank | 0 comment | 0 complexity | 0569de815430d1bf668d8ad9bdeacba7 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="CustomDict" targetNamespace="http://tempuri.org/CustomDict.xsd" xmlns:mstns="http://tempuri.org/CustomDict.xsd" xmlns="http://tempuri.org/CustomDict.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. </Connections>
  8. <Tables>
  9. </Tables>
  10. <Sources>
  11. </Sources>
  12. </DataSource>
  13. </xs:appinfo>
  14. </xs:annotation>
  15. <xs:element name="CustomDict" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msdata:EnforceConstraints="False" msprop:Generator_UserDSName="CustomDict" msprop:Generator_DataSetName="CustomDict">
  16. <xs:complexType>
  17. <xs:choice minOccurs="0" maxOccurs="unbounded">
  18. <xs:element name="Repository" msdata:CaseSensitive="False" msprop:Generator_UserTableName="Repository" msprop:Generator_RowDeletedName="RepositoryRowDeleted" msprop:Generator_RowChangedName="RepositoryRowChanged" msprop:Generator_RowClassName="RepositoryRow" msprop:Generator_RowChangingName="RepositoryRowChanging" msprop:Generator_RowEvArgName="RepositoryRowChangeEvent" msprop:Generator_RowEvHandlerName="RepositoryRowChangeEventHandler" msprop:Generator_TableClassName="RepositoryDataTable" msprop:Generator_TableVarName="tableRepository" msprop:Generator_RowDeletingName="RepositoryRowDeleting" msprop:Generator_TablePropName="Repository">
  19. <xs:complexType>
  20. <xs:sequence>
  21. <xs:element name="Index" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_UserColumnName="Index" msprop:Generator_ColumnVarNameInTable="columnIndex" msprop:Generator_ColumnPropNameInRow="Index" msprop:Generator_ColumnPropNameInTable="IndexColumn" type="xs:int" />
  22. <xs:element name="Text" msprop:Generator_UserColumnName="Text" msprop:Generator_ColumnVarNameInTable="columnText" msprop:Generator_ColumnPropNameInRow="Text" msprop:Generator_ColumnPropNameInTable="TextColumn" type="xs:string" minOccurs="0" />
  23. </xs:sequence>
  24. </xs:complexType>
  25. </xs:element>
  26. <xs:element name="Links" msdata:CaseSensitive="False" msprop:Generator_UserTableName="Links" msprop:Generator_RowDeletedName="LinksRowDeleted" msprop:Generator_RowChangedName="LinksRowChanged" msprop:Generator_RowClassName="LinksRow" msprop:Generator_RowChangingName="LinksRowChanging" msprop:Generator_RowEvArgName="LinksRowChangeEvent" msprop:Generator_RowEvHandlerName="LinksRowChangeEventHandler" msprop:Generator_TableClassName="LinksDataTable" msprop:Generator_TableVarName="tableLinks" msprop:Generator_RowDeletingName="LinksRowDeleting" msprop:Generator_TablePropName="Links">
  27. <xs:complexType>
  28. <xs:sequence>
  29. <xs:element name="SourceIndex" msprop:Generator_UserColumnName="SourceIndex" msprop:Generator_ColumnVarNameInTable="columnSourceIndex" msprop:Generator_ColumnPropNameInRow="SourceIndex" msprop:Generator_ColumnPropNameInTable="SourceIndexColumn" type="xs:int" />
  30. <xs:element name="From" msprop:Generator_UserColumnName="From" msprop:Generator_ColumnVarNameInTable="columnFrom" msprop:Generator_ColumnPropNameInRow="From" msprop:Generator_ColumnPropNameInTable="FromColumn" type="xs:string" />
  31. <xs:element name="To" msprop:Generator_UserColumnName="To" msprop:Generator_ColumnVarNameInTable="columnTo" msprop:Generator_ColumnPropNameInRow="To" msprop:Generator_ColumnPropNameInTable="ToColumn" type="xs:string" />
  32. <xs:element name="DestinationIndex" msprop:Generator_UserColumnName="DestinationIndex" msprop:Generator_ColumnVarNameInTable="columnDestinationIndex" msprop:Generator_ColumnPropNameInRow="DestinationIndex" msprop:Generator_ColumnPropNameInTable="DestinationIndexColumn" type="xs:int" />
  33. <xs:element name="CaseSensitive" msprop:Generator_UserColumnName="CaseSensitive" msprop:Generator_ColumnVarNameInTable="columnCaseSensitive" msprop:Generator_ColumnPropNameInRow="CaseSensitive" msprop:Generator_ColumnPropNameInTable="CaseSensitiveColumn" type="xs:boolean" />
  34. </xs:sequence>
  35. </xs:complexType>
  36. </xs:element>
  37. </xs:choice>
  38. </xs:complexType>
  39. <xs:unique name="Constraint1">
  40. <xs:selector xpath=".//mstns:Repository" />
  41. <xs:field xpath="mstns:Index" />
  42. </xs:unique>
  43. <xs:keyref name="Links_RepositorySource" refer="Constraint1" msprop:rel_Generator_UserRelationName="Links_RepositorySource" msprop:rel_Generator_RelationVarName="relationLinks_RepositorySource" msprop:rel_Generator_UserChildTable="Links" msprop:rel_Generator_UserParentTable="Repository" msprop:rel_Generator_ParentPropName="RepositoryRowByLinks_RepositorySource" msprop:rel_Generator_ChildPropName="GetLinksRowsByLinks_RepositorySource">
  44. <xs:selector xpath=".//mstns:Links" />
  45. <xs:field xpath="mstns:SourceIndex" />
  46. </xs:keyref>
  47. <xs:keyref name="Repository_LinksDestination" refer="Constraint1" msprop:rel_Generator_UserRelationName="Repository_LinksDestination" msprop:rel_Generator_RelationVarName="relationRepository_LinksDestination" msprop:rel_Generator_UserChildTable="Links" msprop:rel_Generator_UserParentTable="Repository" msprop:rel_Generator_ParentPropName="RepositoryRowByRepository_LinksDestination" msprop:rel_Generator_ChildPropName="GetLinksRowsByRepository_LinksDestination">
  48. <xs:selector xpath=".//mstns:Links" />
  49. <xs:field xpath="mstns:DestinationIndex" />
  50. </xs:keyref>
  51. </xs:element>
  52. </xs:schema>