Bypass Check Complete
The Bypass List file is a configuration file for the Bypass Check Complete Quality Gate check. The schema and example provided illustrates how to structure the Bypass List XML file.
Schema
Click to unfold
<?xml version="1.0" standalone="yes"?>
<xs:schema id="BypassList" targetNamespace="http://tempuri.org/BypassList.xsd" xmlns:mstns="http://tempuri.org/BypassList.xsd" xmlns="http://tempuri.org/BypassList.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="BypassList" msdata:IsDataSet="true" msdata:Locale="en-US">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BypassParts">
<xs:complexType>
<xs:sequence>
<xs:element name="Identifier" type="xs:string" minOccurs="0" />
<xs:element name="TypeNo" type="xs:string" minOccurs="0" />
<xs:element name="TypeVar" type="xs:string" minOccurs="0" />
<xs:element name="ValidInConfig" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
Example
Click to unfold
<?xml version="1.0" standalone="yes"?>
<BypassList xmlns="http://tempuri.org/BypassList.xsd">
<BypassParts>
<Identifier>PQ_110910001</Identifier>
<TypeNo>9115510777</TypeNo>
<TypeVar></TypeVar>
<ValidInConfig></ValidInConfig>
</BypassParts>
<BypassParts>
<Identifier>PQ_130970003</Identifier>
<TypeNo>9115510777</TypeNo>
<TypeVar>321</TypeVar>
<ValidInConfig></ValidInConfig>
</BypassParts>
<BypassParts>
<Identifier>PQ_170064553</Identifier>
<TypeNo></TypeNo>
<TypeVar></TypeVar>
<ValidInConfig></ValidInConfig>
</BypassParts>
<BypassParts>
<Identifier>PQ_167916703</Identifier>
<TypeNo></TypeNo>
<TypeVar></TypeVar>
<ValidInConfig>TA_CheckComplete_NOK_bypass_1,TA_CheckComplete_NOK_bypass_2</ValidInConfig>
</BypassParts>
</BypassList>
If there is no Reference file specified in |