TableWithProperties.xml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
  3. <xsd:schema>
  4. <xsd:element name="dataroot">
  5. <xsd:complexType>
  6. <xsd:sequence>
  7. <xsd:element ref="TableWithProperties" minOccurs="0" maxOccurs="unbounded"/>
  8. </xsd:sequence>
  9. <xsd:attribute name="generated" type="xsd:dateTime"/>
  10. </xsd:complexType>
  11. </xsd:element>
  12. <xsd:element name="TableWithProperties">
  13. <xsd:annotation>
  14. <xsd:appinfo>
  15. <od:index index-name="PrimaryKey" index-key="Id " primary="yes" unique="yes" clustered="no" order="asc"/>
  16. <od:tableProperty name="GUID" type="9" value="lM/arGmJcUa7D9hmB4zu+Q==
  17. "/>
  18. <od:tableProperty name="Orientation" type="2" value="0"/>
  19. <od:tableProperty name="OrderByOn" type="1" value="0"/>
  20. <od:tableProperty name="NameMap" type="11" value="CswOVQAAAACUz9qsaYlxRrsP2GYHjO75AAAAANrO0JUT2eRAAAAAAAAAAABUAGEA
  21. YgBsAGUAVwBpAHQAaABQAHIAbwBwAGUAcgB0AGkAZQBzAAAAAAAAADyyL7/t2UFF
  22. pLHEPqlDTb8HAAAAlM/arGmJcUa7D9hmB4zu+UkAZAAAAAAAAABjjh+FZbGAT7KN
  23. Fy7l/WxkBwAAAJTP2qxpiXFGuw/YZgeM7vlEAGEAdABhAAAAAAAAAAAAAAAAAAAA
  24. AAAAAAAAAAAMAAAABQAAAAAAAAAAAAAAAAAAAAAA
  25. "/>
  26. <od:tableProperty name="DefaultView" type="2" value="2"/>
  27. <od:tableProperty name="DisplayViewsOnSharePointSite" type="2" value="1"/>
  28. <od:tableProperty name="TotalsRow" type="1" value="0"/>
  29. <od:tableProperty name="FilterOnLoad" type="1" value="0"/>
  30. <od:tableProperty name="OrderByOnLoad" type="1" value="1"/>
  31. <od:tableProperty name="HideNewField" type="1" value="0"/>
  32. <od:tableProperty name="BackTint" type="6" value="100"/>
  33. <od:tableProperty name="BackShade" type="6" value="100"/>
  34. <od:tableProperty name="ThemeFontIndex" type="4" value="1"/>
  35. <od:tableProperty name="AlternateBackThemeColorIndex" type="4" value="1"/>
  36. <od:tableProperty name="AlternateBackTint" type="6" value="100"/>
  37. <od:tableProperty name="AlternateBackShade" type="6" value="95"/>
  38. <od:tableProperty name="ReadOnlyWhenDisconnected" type="1" value="0"/>
  39. <od:tableProperty name="DatasheetGridlinesThemeColorIndex" type="4" value="3"/>
  40. <od:tableProperty name="DatasheetForeThemeColorIndex" type="4" value="0"/>
  41. <od:tableProperty name="PublishToWeb" type="2" value="1"/>
  42. <od:tableProperty name="Description" type="10" value="this is a description"/>
  43. <od:tableProperty name="ValidationText" type="10" value="&quot;error&quot;"/>
  44. </xsd:appinfo>
  45. </xsd:annotation>
  46. <xsd:complexType>
  47. <xsd:sequence>
  48. <xsd:element name="Id" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int">
  49. <xsd:annotation>
  50. <xsd:appinfo>
  51. <od:fieldProperty name="GUID" type="9" value="PLIvv+3ZQUWkscQ+qUNNvw==
  52. "/>
  53. <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
  54. <od:fieldProperty name="ColumnOrder" type="3" value="0"/>
  55. <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
  56. <od:fieldProperty name="TextAlign" type="2" value="0"/>
  57. <od:fieldProperty name="AggregateType" type="4" value="-1"/>
  58. <od:fieldProperty name="ResultType" type="2" value="0"/>
  59. <od:fieldProperty name="CurrencyLCID" type="4" value="0"/>
  60. </xsd:appinfo>
  61. </xsd:annotation>
  62. </xsd:element>
  63. <xsd:element name="Data" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
  64. <xsd:annotation>
  65. <xsd:appinfo>
  66. <od:fieldProperty name="GUID" type="9" value="Y44fhWWxgE+yjRcu5f1sZA==
  67. "/>
  68. <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
  69. <od:fieldProperty name="ColumnOrder" type="3" value="0"/>
  70. <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
  71. <od:fieldProperty name="Required" type="1" value="0"/>
  72. <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
  73. <od:fieldProperty name="DisplayControl" type="3" value="109"/>
  74. <od:fieldProperty name="IMEMode" type="2" value="0"/>
  75. <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
  76. <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
  77. <od:fieldProperty name="TextAlign" type="2" value="0"/>
  78. <od:fieldProperty name="AggregateType" type="4" value="-1"/>
  79. <od:fieldProperty name="ResultType" type="2" value="0"/>
  80. <od:fieldProperty name="CurrencyLCID" type="4" value="0"/>
  81. </xsd:appinfo>
  82. </xsd:annotation>
  83. <xsd:simpleType>
  84. <xsd:restriction base="xsd:string">
  85. <xsd:maxLength value="255"/>
  86. </xsd:restriction>
  87. </xsd:simpleType>
  88. </xsd:element>
  89. </xsd:sequence>
  90. </xsd:complexType>
  91. </xsd:element>
  92. </xsd:schema>
  93. <dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2016-12-13T10:47:48"/>
  94. </root>