Check Trace Mapping
The Check Trace Mapping file is a configuration file for the Check Trace Mapping Quality Gate check. The schema and example provided illustrates how to structure the Check Complete XML file.
Schema
Click to unfold
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="CheckTraceConfig" targetNamespace="http://tempuri.org/CheckTraceConfig.xsd" xmlns:mstns="http://tempuri.org/CheckTraceConfig.xsd" xmlns="http://tempuri.org/CheckTraceConfig.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="CheckTraceConfig" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="CheckTraceConfig" msprop:Generator_DataSetName="CheckTraceConfig" msprop:EnableTableAdapterManager="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Location" msprop:Generator_UserTableName="Location" msprop:Generator_RowDeletedName="LocationRowDeleted" msprop:Generator_TableClassName="LocationDataTable" msprop:Generator_RowChangedName="LocationRowChanged" msprop:Generator_RowClassName="LocationRow" msprop:Generator_RowChangingName="LocationRowChanging" msprop:Generator_RowEvArgName="LocationRowChangeEvent" msprop:Generator_RowEvHandlerName="LocationRowChangeEventHandler" msprop:Generator_TablePropName="Location" msprop:Generator_TableVarName="tableLocation" msprop:Generator_RowDeletingName="LocationRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="LocationID" msdata:DataType="System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" msprop:Generator_UserColumnName="LocationID" msprop:Generator_ColumnPropNameInRow="LocationID" msprop:Generator_ColumnVarNameInTable="columnLocationID" msprop:Generator_ColumnPropNameInTable="LocationIDColumn" type="xs:string" />
<xs:element name="CrossCheckLocation" msdata:Caption="Name" msprop:Generator_UserColumnName="CrossCheckLocation" msprop:Generator_ColumnPropNameInRow="CrossCheckLocation" msprop:Generator_ColumnVarNameInTable="columnCrossCheckLocation" msprop:Generator_ColumnPropNameInTable="CrossCheckLocationColumn" type="xs:string" />
<xs:element name="Plant" msprop:Generator_UserColumnName="Plant" msprop:Generator_ColumnPropNameInRow="Plant" msprop:Generator_ColumnVarNameInTable="columnPlant" msprop:Generator_ColumnPropNameInTable="PlantColumn" type="xs:string" />
<xs:element name="Product" msprop:Generator_UserColumnName="Product" msprop:Generator_ColumnPropNameInRow="Product" msprop:Generator_ColumnVarNameInTable="columnProduct" msprop:Generator_ColumnPropNameInTable="ProductColumn" type="xs:string" />
<xs:element name="Area" msprop:Generator_UserColumnName="Area" msprop:Generator_ColumnPropNameInRow="Area" msprop:Generator_ColumnVarNameInTable="columnArea" msprop:Generator_ColumnPropNameInTable="AreaColumn" type="xs:string" />
<xs:element name="LineNo" msprop:Generator_UserColumnName="LineNo" msprop:Generator_ColumnPropNameInRow="LineNo" msprop:Generator_ColumnVarNameInTable="columnLineNo" msprop:Generator_ColumnPropNameInTable="LineNoColumn" type="xs:int" />
<xs:element name="StatNo" msprop:Generator_UserColumnName="StatNo" msprop:Generator_ColumnPropNameInRow="StatNo" msprop:Generator_ColumnVarNameInTable="columnStatNo" msprop:Generator_ColumnPropNameInTable="StatNoColumn" type="xs:int" />
<xs:element name="StatIdx" msprop:Generator_UserColumnName="StatIdx" msprop:Generator_ColumnPropNameInRow="StatIdx" msprop:Generator_ColumnVarNameInTable="columnStatIdx" msprop:Generator_ColumnPropNameInTable="StatIdxColumn" type="xs:int" />
<xs:element name="FuNo" msprop:Generator_UserColumnName="FuNo" msprop:Generator_ColumnPropNameInRow="FuNo" msprop:Generator_ColumnVarNameInTable="columnFuNo" msprop:Generator_ColumnPropNameInTable="FuNoColumn" type="xs:int" />
<xs:element name="WorkPos" msprop:Generator_UserColumnName="WorkPos" msprop:Generator_ColumnPropNameInRow="WorkPos" msprop:Generator_ColumnVarNameInTable="columnWorkPos" msprop:Generator_ColumnPropNameInTable="WorkPosColumn" type="xs:int" />
<xs:element name="ToolPos" msprop:Generator_UserColumnName="ToolPos" msprop:Generator_ColumnPropNameInRow="ToolPos" msprop:Generator_ColumnVarNameInTable="columnToolPos" msprop:Generator_ColumnPropNameInTable="ToolPosColumn" type="xs:int" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="key4">
<xs:selector xpath=".//mstns:Location" />
<xs:field xpath="mstns:LocationID" />
</xs:unique>
</xs:element>
</xs:schema>