You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Made links multi-line
* Made all figure images not cut off page
* Made all long URLs wrap lines
* Replaced code diagram with image to retain visual relationships
* Made table responsive to different zooms
<h2id="primitivetypesinatom">4. Primitive Types in Atom</h2>
51
51
<p>OData Atom and XML payloads serialize primitive types as shown in the table below.</p>
52
52
<p>For full syntax rules, see <ahref="../abnf">OData:ABNF</a>:</p>
53
-
<tableborder="1" cellspacing="0" cellpadding="0" aria-label="Primitive Types in Atom">
54
-
<tbody>
53
+
<tableborder="1" cellspacing="0" cellpadding="0" aria-label="Primitive Types in Atom"style="width:100%; table-layout:fixed">
54
+
<thead>
55
55
<tr>
56
56
<th>Primitive Type</th>
57
57
<th>Literal Form</th>
58
58
<th>Example</th>
59
59
</tr>
60
+
</thead>
61
+
<tbody>
60
62
<tr>
61
63
<td><strong>Null</strong><br/>
62
64
Represents the absence of a value</td>
@@ -154,13 +156,13 @@ <h2 id="primitivetypesinatom">4. Primitive Types in Atom</h2>
154
156
<tr>
155
157
<td><strong>Edm.Time</strong><br/>
156
158
Represents the time of day with values ranging from 0:00:00.x to 23:59:59.y, where x and y depend upon the precision</td>
157
-
<td>Defined by the lexical representation for time at <ahref="http://www.w3.org/TR/xmlschema-2">http://www.w3.org/TR/xmlschema-2</a></td>
159
+
<td>Defined by the lexical representation for time at <ahref="http://www.w3.org/TR/xmlschema-2">XML Schema Datatypes</a></td>
158
160
<td>13:20:00</td>
159
161
</tr>
160
162
<tr>
161
163
<td><strong>Edm.DateTimeOffset</strong><br/>
162
164
Represents date and time as an Offset in minutes from GMT, with values ranging from 12:00:00 midnight, January 1, 1753 A.D. through 11:59:59 P.M, December 9999 A.D</td>
163
-
<td>Defined by the lexical representation for datetime (including timezone offset) at <ahref="http://www.w3.org/TR/xmlschema-2"> http://www.w3.org/TR/xmlschema-2</a></td>
165
+
<td>Defined by the lexical representation for datetime (including timezone offset) at <ahref="http://www.w3.org/TR/xmlschema-2">XML Schema Datatypes</a></td>
164
166
<td>2002-10-10T17:00:00Z</td>
165
167
</tr>
166
168
<tr>
@@ -186,7 +188,8 @@ <h2 id="primitivetypesinatom">4. Primitive Types in Atom</h2>
0 commit comments