ResxData.xsd
8.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ResxData" targetNamespace="http://tempuri.org/ResxData.xsd" xmlns:mstns="http://tempuri.org/ResxData.xsd" xmlns="http://tempuri.org/ResxData.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">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections />
<Tables />
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="ResxData" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_DataSetName="ResxData" msprop:Generator_UserDSName="ResxData">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Resx" msprop:Generator_UserTableName="Resx" msprop:Generator_RowEvArgName="ResxRowChangeEvent" msprop:Generator_TableVarName="tableResx" msprop:Generator_TablePropName="Resx" msprop:Generator_RowDeletingName="ResxRowDeleting" msprop:Generator_RowChangingName="ResxRowChanging" msprop:Generator_RowDeletedName="ResxRowDeleted" msprop:Generator_RowEvHandlerName="ResxRowChangeEventHandler" msprop:Generator_TableClassName="ResxDataTable" msprop:Generator_RowChangedName="ResxRowChanged" msprop:Generator_RowClassName="ResxRow">
<xs:complexType>
<xs:sequence>
<xs:element name="FileSource" msprop:Generator_ColumnVarNameInTable="columnFileSource" msprop:Generator_ColumnPropNameInRow="FileSource" msprop:Generator_ColumnPropNameInTable="FileSourceColumn" msprop:Generator_UserColumnName="FileSource" type="xs:string" />
<xs:element name="FileDestination" msprop:Generator_ColumnVarNameInTable="columnFileDestination" msprop:Generator_ColumnPropNameInRow="FileDestination" msprop:Generator_ColumnPropNameInTable="FileDestinationColumn" msprop:Generator_UserColumnName="FileDestination" type="xs:string" minOccurs="0" />
<xs:element name="Key" msprop:Generator_ColumnVarNameInTable="columnKey" msprop:Generator_ColumnPropNameInRow="Key" msprop:Generator_ColumnPropNameInTable="KeyColumn" msprop:Generator_UserColumnName="Key" type="xs:string" />
<xs:element name="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" type="xs:string" minOccurs="0" />
<xs:element name="Id" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ResxLocalized" msprop:Generator_UserTableName="ResxLocalized" msprop:Generator_RowEvArgName="ResxLocalizedRowChangeEvent" msprop:Generator_TableVarName="tableResxLocalized" msprop:Generator_TablePropName="ResxLocalized" msprop:Generator_RowDeletingName="ResxLocalizedRowDeleting" msprop:Generator_RowChangingName="ResxLocalizedRowChanging" msprop:Generator_RowDeletedName="ResxLocalizedRowDeleted" msprop:Generator_RowEvHandlerName="ResxLocalizedRowChangeEventHandler" msprop:Generator_TableClassName="ResxLocalizedDataTable" msprop:Generator_RowChangedName="ResxLocalizedRowChanged" msprop:Generator_RowClassName="ResxLocalizedRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Culture" msprop:Generator_ColumnVarNameInTable="columnCulture" msprop:Generator_ColumnPropNameInRow="Culture" msprop:Generator_ColumnPropNameInTable="CultureColumn" msprop:Generator_UserColumnName="Culture" type="xs:string" />
<xs:element name="Key" msprop:Generator_ColumnVarNameInTable="columnKey" msprop:Generator_ColumnPropNameInRow="Key" msprop:Generator_ColumnPropNameInTable="KeyColumn" msprop:Generator_UserColumnName="Key" type="xs:string" />
<xs:element name="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnPropNameInTable="ValueColumn" msprop:Generator_UserColumnName="Value" type="xs:string" minOccurs="0" />
<xs:element name="Id" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
<xs:element name="ParentId" msprop:Generator_ColumnVarNameInTable="columnParentId" msprop:Generator_ColumnPropNameInRow="ParentId" msprop:Generator_ColumnPropNameInTable="ParentIdColumn" msprop:Generator_UserColumnName="ParentId" type="xs:int" minOccurs="0" />
<xs:element name="ParentFileFullName" msprop:Generator_ColumnVarNameInTable="columnParentFileFullName" msprop:Generator_ColumnPropNameInRow="ParentFileFullName" msprop:Generator_ColumnPropNameInTable="ParentFileFullNameColumn" msprop:Generator_UserColumnName="ParentFileFullName" type="xs:string" minOccurs="0" />
<xs:element name="Read" msprop:Generator_ColumnVarNameInTable="columnRead" msprop:Generator_ColumnPropNameInRow="Read" msprop:Generator_ColumnPropNameInTable="ReadColumn" msprop:Generator_UserColumnName="Read" type="xs:boolean" default="false" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ResxFilesMaster" msprop:Generator_TableClassName="ResxFilesMasterDataTable" msprop:Generator_TableVarName="tableResxFilesMaster" msprop:Generator_TablePropName="ResxFilesMaster" msprop:Generator_RowDeletingName="ResxFilesMasterRowDeleting" msprop:Generator_RowChangingName="ResxFilesMasterRowChanging" msprop:Generator_RowEvHandlerName="ResxFilesMasterRowChangeEventHandler" msprop:Generator_RowDeletedName="ResxFilesMasterRowDeleted" msprop:Generator_UserTableName="ResxFilesMaster" msprop:Generator_RowChangedName="ResxFilesMasterRowChanged" msprop:Generator_RowEvArgName="ResxFilesMasterRowChangeEvent" msprop:Generator_RowClassName="ResxFilesMasterRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Id" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnId" msprop:Generator_ColumnPropNameInRow="Id" msprop:Generator_ColumnPropNameInTable="IdColumn" msprop:Generator_UserColumnName="Id" type="xs:int" />
<xs:element name="FileSource" msprop:Generator_ColumnVarNameInTable="columnFileSource" msprop:Generator_ColumnPropNameInRow="FileSource" msprop:Generator_ColumnPropNameInTable="FileSourceColumn" msprop:Generator_UserColumnName="FileSource" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Resx" />
<xs:field xpath="mstns:Id" />
</xs:unique>
<xs:unique name="Constraint2">
<xs:selector xpath=".//mstns:Resx" />
<xs:field xpath="mstns:Key" />
<xs:field xpath="mstns:FileDestination" />
</xs:unique>
<xs:unique name="Constraint3">
<xs:selector xpath=".//mstns:Resx" />
<xs:field xpath="mstns:Key" />
<xs:field xpath="mstns:FileSource" />
</xs:unique>
<xs:unique name="ResxLocalized_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:ResxLocalized" />
<xs:field xpath="mstns:Id" />
</xs:unique>
<xs:unique name="ResxFilesMaster_Constraint1" msdata:ConstraintName="Constraint1">
<xs:selector xpath=".//mstns:ResxFilesMaster" />
<xs:field xpath="mstns:Id" />
</xs:unique>
</xs:element>
</xs:schema>