| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
- <xsd:schema>
- <xsd:element name="dataroot">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="TableWithProperties" minOccurs="0" maxOccurs="unbounded"/>
- </xsd:sequence>
- <xsd:attribute name="generated" type="xsd:dateTime"/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="TableWithProperties">
- <xsd:annotation>
- <xsd:appinfo>
- <od:index index-name="PrimaryKey" index-key="Id " primary="yes" unique="yes" clustered="no" order="asc"/>
- <od:tableProperty name="GUID" type="9" value="lM/arGmJcUa7D9hmB4zu+Q==
- "/>
- <od:tableProperty name="Orientation" type="2" value="0"/>
- <od:tableProperty name="OrderByOn" type="1" value="0"/>
- <od:tableProperty name="NameMap" type="11" value="CswOVQAAAACUz9qsaYlxRrsP2GYHjO75AAAAANrO0JUT2eRAAAAAAAAAAABUAGEA
- YgBsAGUAVwBpAHQAaABQAHIAbwBwAGUAcgB0AGkAZQBzAAAAAAAAADyyL7/t2UFF
- pLHEPqlDTb8HAAAAlM/arGmJcUa7D9hmB4zu+UkAZAAAAAAAAABjjh+FZbGAT7KN
- Fy7l/WxkBwAAAJTP2qxpiXFGuw/YZgeM7vlEAGEAdABhAAAAAAAAAAAAAAAAAAAA
- AAAAAAAAAAAMAAAABQAAAAAAAAAAAAAAAAAAAAAA
- "/>
- <od:tableProperty name="DefaultView" type="2" value="2"/>
- <od:tableProperty name="DisplayViewsOnSharePointSite" type="2" value="1"/>
- <od:tableProperty name="TotalsRow" type="1" value="0"/>
- <od:tableProperty name="FilterOnLoad" type="1" value="0"/>
- <od:tableProperty name="OrderByOnLoad" type="1" value="1"/>
- <od:tableProperty name="HideNewField" type="1" value="0"/>
- <od:tableProperty name="BackTint" type="6" value="100"/>
- <od:tableProperty name="BackShade" type="6" value="100"/>
- <od:tableProperty name="ThemeFontIndex" type="4" value="1"/>
- <od:tableProperty name="AlternateBackThemeColorIndex" type="4" value="1"/>
- <od:tableProperty name="AlternateBackTint" type="6" value="100"/>
- <od:tableProperty name="AlternateBackShade" type="6" value="95"/>
- <od:tableProperty name="ReadOnlyWhenDisconnected" type="1" value="0"/>
- <od:tableProperty name="DatasheetGridlinesThemeColorIndex" type="4" value="3"/>
- <od:tableProperty name="DatasheetForeThemeColorIndex" type="4" value="0"/>
- <od:tableProperty name="PublishToWeb" type="2" value="1"/>
- <od:tableProperty name="Description" type="10" value="this is a description"/>
- <od:tableProperty name="ValidationText" type="10" value=""error""/>
- </xsd:appinfo>
- </xsd:annotation>
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="Id" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int">
- <xsd:annotation>
- <xsd:appinfo>
- <od:fieldProperty name="GUID" type="9" value="PLIvv+3ZQUWkscQ+qUNNvw==
- "/>
- <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
- <od:fieldProperty name="ColumnOrder" type="3" value="0"/>
- <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
- <od:fieldProperty name="TextAlign" type="2" value="0"/>
- <od:fieldProperty name="AggregateType" type="4" value="-1"/>
- <od:fieldProperty name="ResultType" type="2" value="0"/>
- <od:fieldProperty name="CurrencyLCID" type="4" value="0"/>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- <xsd:element name="Data" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
- <xsd:annotation>
- <xsd:appinfo>
- <od:fieldProperty name="GUID" type="9" value="Y44fhWWxgE+yjRcu5f1sZA==
- "/>
- <od:fieldProperty name="ColumnWidth" type="3" value="-1"/>
- <od:fieldProperty name="ColumnOrder" type="3" value="0"/>
- <od:fieldProperty name="ColumnHidden" type="1" value="0"/>
- <od:fieldProperty name="Required" type="1" value="0"/>
- <od:fieldProperty name="AllowZeroLength" type="1" value="1"/>
- <od:fieldProperty name="DisplayControl" type="3" value="109"/>
- <od:fieldProperty name="IMEMode" type="2" value="0"/>
- <od:fieldProperty name="IMESentenceMode" type="2" value="3"/>
- <od:fieldProperty name="UnicodeCompression" type="1" value="1"/>
- <od:fieldProperty name="TextAlign" type="2" value="0"/>
- <od:fieldProperty name="AggregateType" type="4" value="-1"/>
- <od:fieldProperty name="ResultType" type="2" value="0"/>
- <od:fieldProperty name="CurrencyLCID" type="4" value="0"/>
- </xsd:appinfo>
- </xsd:annotation>
- <xsd:simpleType>
- <xsd:restriction base="xsd:string">
- <xsd:maxLength value="255"/>
- </xsd:restriction>
- </xsd:simpleType>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- <dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2016-12-13T10:47:48"/>
- </root>
|