SequenceFormat.xml 2.9 KB

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