ItemModelShow.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  7. xmlns:html="http://www.w3.org/TR/REC-html40">
  8. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  9. <Created>2015-06-05T18:19:34Z</Created>
  10. <Version>15.00</Version>
  11. </DocumentProperties>
  12. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  13. <AllowPNG/>
  14. <RemovePersonalInformation/>
  15. </OfficeDocumentSettings>
  16. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  17. <ProtectStructure>False</ProtectStructure>
  18. <ProtectWindows>False</ProtectWindows>
  19. </ExcelWorkbook>
  20. <Styles>
  21. <Style ss:ID="Default" ss:Name="Normal">
  22. <Alignment ss:Vertical="Bottom"/>
  23. <Borders/>
  24. <Font ss:FontName="等线" x:CharSet="134" ss:Size="11" ss:Color="#000000"/>
  25. <Interior/>
  26. <NumberFormat/>
  27. <Protection/>
  28. </Style>
  29. <Style ss:ID="s1">
  30. <Alignment ss:Vertical="Center" ss:WrapText="1"/>
  31. <Font ss:FontName="微软雅黑" x:CharSet="134" x:Family="Swiss"/>
  32. <Interior ss:Color="#9BC2E6" ss:Pattern="Solid"/>
  33. </Style>
  34. </Styles>
  35. <Worksheet ss:Name="ItemModel">
  36. <Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="4" x:FullColumns="1"
  37. x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="14.25">
  38. <Row ss:Height="16.5">
  39. <Cell><Data ss:Type="String">名称</Data></Cell>
  40. <Cell><Data ss:Type="String">代码</Data><Comment ss:Author="作者"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><Font html:Face="宋体" html:Size="9">csz:&#10;物品缩写代码:3-10位长度的英文字符</Font></ss:Data></Comment></Cell>
  41. <Cell><Data ss:Type="String">模型文件</Data></Cell>
  42. </Row>
  43. <Row ss:Height="16.5">
  44. <Cell><Data ss:Type="String">Name</Data></Cell>
  45. <Cell><Data ss:Type="String">Code</Data></Cell>
  46. <Cell><Data ss:Type="String">AvatarId</Data></Cell>
  47. </Row>
  48. <Row ss:Height="16.5">
  49. <Cell><Data ss:Type="String">STRING</Data></Cell>
  50. <Cell><Data ss:Type="String">STRING</Data></Cell>
  51. <Cell><Data ss:Type="String">STRING</Data></Cell>
  52. </Row>
  53. <Row>
  54. <Cell><Data ss:Type="String">白龙</Data></Cell>
  55. <Cell><Data ss:Type="String">mount06</Data></Cell>
  56. <Cell><Data ss:Type="String">/res/unit/mount/mnt_ma_03.assetbundles</Data></Cell>
  57. </Row>
  58. </Table>
  59. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Unsynced/> <FrozenNoSplit/> <SplitHorizontal>3</SplitHorizontal> <TopRowBottomPane>3</TopRowBottomPane> <SplitVertical>1</SplitVertical><LeftColumnRightPane>1</LeftColumnRightPane> <ActivePane>0</ActivePane>
  60. </WorksheetOptions>
  61. </Worksheet>
  62. </Workbook>