29 lines
3.2 KiB
XML
29 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="WFDataSet" targetNamespace="http://tempuri.org/WFDataSet.xsd" xmlns:mstns="http://tempuri.org/WFDataSet.xsd" xmlns="http://tempuri.org/WFDataSet.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="WFDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_DataSetName="WFDataSet" msprop:Generator_UserDSName="WFDataSet" msprop:EnableTableAdapterManager="true">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="Workflow" msprop:Generator_UserTableName="Workflow" msprop:Generator_RowDeletedName="WorkflowRowDeleted" msprop:Generator_TableClassName="WorkflowDataTable" msprop:Generator_RowChangedName="WorkflowRowChanged" msprop:Generator_RowClassName="WorkflowRow" msprop:Generator_RowChangingName="WorkflowRowChanging" msprop:Generator_RowEvArgName="WorkflowRowChangeEvent" msprop:Generator_RowEvHandlerName="WorkflowRowChangeEventHandler" msprop:Generator_TablePropName="Workflow" msprop:Generator_TableVarName="tableWorkflow" msprop:Generator_RowDeletingName="WorkflowRowDeleting">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="SBU" msprop:Generator_UserColumnName="SBU" msprop:Generator_ColumnPropNameInRow="SBU" msprop:Generator_ColumnVarNameInTable="columnSBU" msprop:Generator_ColumnPropNameInTable="SBUColumn" type="xs:string" minOccurs="0" />
|
|
<xs:element name="EmployeeID" msprop:Generator_UserColumnName="EmployeeID" msprop:Generator_ColumnPropNameInRow="EmployeeID" msprop:Generator_ColumnVarNameInTable="columnEmployeeID" msprop:Generator_ColumnPropNameInTable="EmployeeIDColumn" type="xs:string" minOccurs="0" />
|
|
<xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInTable="NameColumn" type="xs:string" minOccurs="0" />
|
|
<xs:element name="NodeName" msprop:Generator_UserColumnName="NodeName" msprop:Generator_ColumnPropNameInRow="NodeName" msprop:Generator_ColumnVarNameInTable="columnNodeName" msprop:Generator_ColumnPropNameInTable="NodeNameColumn" type="xs:string" minOccurs="0" />
|
|
<xs:element name="WorkflowPath" msprop:Generator_UserColumnName="WorkflowPath" msprop:Generator_ColumnPropNameInRow="WorkflowPath" msprop:Generator_ColumnVarNameInTable="columnWorkflowPath" msprop:Generator_ColumnPropNameInTable="WorkflowPathColumn" type="xs:string" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |