SequenceFormat.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Aitex>
  3. <TableSequenceFormat RecipeVersion="EfemDual">
  4. <Catalog Type="Position">
  5. <Item Name="Position" DisplayName="Position" InputType="ReadOnlySelection" >
  6. <Selection Name="Aligner" DisplayName="Aligner" Parameter="" />
  7. <Selection Name="LL" DisplayName="LL" Parameter="LLSelection" />
  8. <Selection Name="PM" DisplayName="PM" Parameter="PMSelection,PMARecipe,PMBRecipe" />
  9. </Item>
  10. </Catalog>
  11. <Catalog Type="Parameter">
  12. <!--
  13. <Item Name="LPSelection" DisplayName="LP Selection" InputType="MultiSelection" >
  14. <Selection Name="LP1" DisplayName="LP1"/>
  15. <Selection Name="LP2" DisplayName="LP2"/>
  16. <Selection Name="LP3" DisplayName="LP3"/>
  17. </Item>
  18. -->
  19. <Item Name="LLSelection" DisplayName="LL Selection" InputType="MultiSelection" >
  20. <Selection Name="LLA" DisplayName="LLA"/>
  21. <Selection Name="LLB" DisplayName="LLB"/>
  22. </Item>
  23. <Item Name="PMSelection" DisplayName="PM Selection" InputType="MultiSelection" >
  24. <Selection Name="PMA" DisplayName="PMA"/>
  25. <Selection Name="PMB" DisplayName="PMB"/>
  26. </Item>
  27. <Item Name="PMARecipe" DisplayName="PMA Recipe" InputType="RecipeSelection" Parameter="PMA" Min="0" Max="999999" />
  28. <Item Name="PMBRecipe" DisplayName="PMB Recipe" InputType="RecipeSelection" Parameter="PMB" Min="0" Max="999999" />
  29. </Catalog>
  30. </TableSequenceFormat>
  31. <TableSequenceData RecipeVersion="EfemDual" CreatedBy="System" Barcode="" CreationTime="2016-05-13T13:56:44" LastRevisedBy="admin" LastRevisionTime="2015-10-13T13:56:44" Description="(Empty)">
  32. <Step></Step>
  33. </TableSequenceData>
  34. <TableRecipeSchema>
  35. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  36. <xs:simpleType name="booleanType">
  37. <xs:restriction base="xs:string">
  38. <xs:enumeration value="0" />
  39. <xs:enumeration value="1" />
  40. <xs:enumeration value="False" />
  41. <xs:enumeration value="True" />
  42. <xs:enumeration value="false" />
  43. <xs:enumeration value="true" />
  44. </xs:restriction>
  45. </xs:simpleType>
  46. <xs:element name="TableSequenceData">
  47. <xs:complexType>
  48. <xs:sequence>
  49. <xs:element maxOccurs="unbounded" name="Step">
  50. </xs:element>
  51. </xs:sequence>
  52. <xs:attribute name="RecipeVersion" type="xs:string" fixed="PeeTwo" use="required" />
  53. <xs:attribute name="CreatedBy" type="xs:string" use="required" />
  54. <xs:attribute name="CreationTime" type="xs:dateTime" use="required" />
  55. <xs:attribute name="LastRevisedBy" type="xs:string" use="required" />
  56. <xs:attribute name="LastRevisionTime" type="xs:dateTime" use="required" />
  57. <xs:attribute name="Barcode" type="xs:string" use="required" />
  58. <xs:attribute name="Description" type="xs:string" use="required" />
  59. </xs:complexType>
  60. </xs:element>
  61. </xs:schema>
  62. </TableRecipeSchema>
  63. <Signature>axPPcBt+girefGdBoafkJf+pBhY=</Signature>
  64. </Aitex>