⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 测试结果.txt

📁 有关ATML自动测试系统的代码,下一代自己测试的关键技术
💻 TXT
📖 第 1 页 / 共 2 页
字号:
  </xs:sequence>
  <xs:attribute name="ID" type="c:NonBlankString" use="optional" /> 
  <xs:attribute name="name" type="c:NonBlankString" use="optional" /> 
  <xs:attribute name="timeStamp" type="xs:dateTime" use="optional" /> 
  </xs:complexType>
- <xs:complexType name="TestResult">
- <xs:annotation>
  <xs:documentation>Element sequence to capture test result data, comparison limits, components indicted in a failure and any data transforms required to evaluate raw capture data.</xs:documentation> 
  </xs:annotation>
- <xs:all>
  <xs:element name="Outcome" type="Outcome" minOccurs="0" /> 
  <xs:element name="Description" type="c:NonBlankString" minOccurs="0" /> 
- <xs:element name="TestData" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Captured data from the test equipment. This may be either raw or post-processed data. It is presumed that a Transform will be provided for raw data.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:complexContent>
- <xs:extension base="c:Value">
  <xs:attribute name="acquisitionTimeStamp" type="xs:dateTime" use="optional" /> 
  </xs:extension>
  </xs:complexContent>
  </xs:complexType>
  </xs:element>
- <xs:element name="Transform" type="c:NonBlankString" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Any transform that might be needed to produce meaningful results from RawData.</xs:documentation> 
  </xs:annotation>
  </xs:element>
- <xs:element name="Indictments" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Indictment must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Indictment" type="c:ItemInstance" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Optional element to capture data about a component (item) suspected of contributing to an out-of-limit test result.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="TestLimits" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Limits element must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Limits" type="c:Limit" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Limits against which TestData is compared within a single TestResult to arrive at an Outcome.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="Extension" type="c:Extension" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Provided to permit schema extensibility.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:all>
  <xs:attribute name="ID" type="c:NonBlankString" use="optional" /> 
  <xs:attribute name="name" type="c:NonBlankString" use="optional" /> 
  </xs:complexType>
- <xs:complexType name="Test">
- <xs:annotation>
  <xs:documentation>Elements of type Test are used to capture all activity within a test program. This will include any initialization, calibration, tests, post-test events, etc. The ID attribute of this element does not necessarily indicate the order of tests. It is assumed that the order of the tests within the file is significant.</xs:documentation> 
  </xs:annotation>
- <xs:sequence>
- <xs:element name="Outcome" type="Outcome" minOccurs="0">
- <xs:annotation>
  <xs:documentation>This Outcome applies to any/all TestResult element(s) sharing a common Test parent with this element.</xs:documentation> 
  </xs:annotation>
  </xs:element>
- <xs:element name="Description" type="c:NonBlankString" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Optional descriptive information for the test.</xs:documentation> 
  </xs:annotation>
  </xs:element>
- <xs:element name="Events" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Event must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Event" type="Event" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Element to capture any non-result event occuring during a test(e.g., system or operator messages).</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="Calibration" type="Parameter" minOccurs="0" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Optional calibration information for this test.</xs:documentation> 
  </xs:annotation>
  </xs:element>
- <xs:element name="Parameters" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Parameter must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Parameter" type="Parameter" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Optional storage for test parameters, as required.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="TestLimits" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Limits that apply only to the immediate parent Test element.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Limits" type="c:Limit" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Limits against which TestData is compared to arrive at a testOutcome.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
  <xs:element name="TestResult" type="TestResult" minOccurs="0" maxOccurs="unbounded" /> 
- <xs:element name="Extension" type="c:Extension" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Provided to permit schema extensibility.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
- <xs:attribute name="ID" type="c:NonBlankString" use="required">
- <xs:annotation>
  <xs:documentation>A use-case defined identifier for the Test instance. Uniqueness is not enforced by the schema, but is left to the user.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="securityClassification" type="c:NonBlankString" use="optional">
- <xs:annotation>
  <xs:documentation>Security classification level of the results of the specific Test in the instance document.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="name" type="c:NonBlankString" use="optional">
- <xs:annotation>
  <xs:documentation>A string representing a common or user-defined name for the Test instance.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="type" type="c:NonBlankString" use="optional">
- <xs:annotation>
  <xs:documentation>A use-case defined string representing the "type" of the Test instance. Examples include "Pre-flight", "Calibration", "Post-repair", etc. The semantics of this "type" may be useful only to a document producer.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="cost" type="xs:double" use="optional">
- <xs:annotation>
  <xs:documentation>If required by a specific use case, may contain either time or non-time cost of the Test instance.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="entryPoint" type="xs:boolean" use="optional">
- <xs:annotation>
  <xs:documentation>Boolean indicating whether the Test instance is associated with a test program entry point.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="simulated" type="xs:boolean" use="optional">
- <xs:annotation>
  <xs:documentation>Boolean indicating whether the Test instance represents simulated data or a simulated test.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="startDateTime" type="xs:dateTime" use="optional">
- <xs:annotation>
  <xs:documentation>The starting date and time of the Test instance.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="endDateTime" type="xs:dateTime" use="optional">
- <xs:annotation>
  <xs:documentation>The ending date and time of the Test instance.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
- <xs:attribute name="operatingMode" type="c:NonBlankString" use="optional">
- <xs:annotation>
  <xs:documentation>User-defined value describing the operating mode of the ATS for the specific instance of a Test.</xs:documentation> 
  </xs:annotation>
  </xs:attribute>
  </xs:complexType>
- <xs:complexType name="TestGroup">
- <xs:annotation>
  <xs:documentation>A recursive structure permitting the grouping of related tests, test groups or session actions.</xs:documentation> 
  </xs:annotation>
- <xs:complexContent>
- <xs:extension base="Test">
- <xs:choice maxOccurs="unbounded">
  <xs:element name="Test" type="Test" /> 
  <xs:element name="TestGroup" type="TestGroup" /> 
- <xs:element name="SessionAction">
- <xs:annotation>
  <xs:documentation>Provides for the inclusion of actions occuring during the conduct of a test session that are not actual Results.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="ActionOutcome" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Only "Done" and "Aborted" are permitted for the 'value' attribute. The 'qualifier' attribute may be used to further enhance 'value'.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:attribute name="value" use="required">
- <xs:simpleType>
- <xs:restriction base="xs:string">
  <xs:enumeration value="Done" /> 
  <xs:enumeration value="Aborted" /> 
  </xs:restriction>
  </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="qualifier" type="c:NonBlankString" use="optional" /> 
  </xs:complexType>
  </xs:element>
  <xs:element name="Description" type="c:NonBlankString" minOccurs="0" /> 
- <xs:element name="Events" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Event must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Event" type="Event" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Used to capture any event related to the non-test action. Events may be system or operator messages.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="Parameters" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Collector element. If used, at least one child Parameter must appear.</xs:documentation> 
  </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Parameter" type="Parameter" maxOccurs="unbounded">
- <xs:annotation>
  <xs:documentation>Optional storage for parameters, as required.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  </xs:complexType>
  </xs:element>
- <xs:element name="ActionData" type="c:Value" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Container for any data related to the parent NonTestAction.</xs:documentation> 
  </xs:annotation>
  </xs:element>
- <xs:element name="Extension" type="c:Extension" minOccurs="0">
- <xs:annotation>
  <xs:documentation>Provided to permit schema extensibility.</xs:documentation> 
  </xs:annotation>
  </xs:element>
  </xs:sequence>
  <xs:attribute name="ID" type="c:NonBlankString" use="required" /> 
  <xs:attribute name="name" type="c:NonBlankString" use="optional" /> 
  <xs:attribute name="type" type="c:NonBlankString" use="optional" /> 
  <xs:attribute name="cost" type="xs:double" use="optional" /> 
  <xs:attribute name="simulated" type="xs:boolean" use="optional" /> 
  <xs:attribute name="startDateTime" type="xs:dateTime" use="optional" /> 
  <xs:attribute name="endDateTime" type="xs:dateTime" use="optional" /> 
  </xs:complexType>
  </xs:element>
  </xs:choice>
  </xs:extension>
  </xs:complexContent>
  </xs:complexType>
  </xs:schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -