Changes between Version 59 and Version 60 of S3/S3XML
- Timestamp:
- 09/13/11 06:47:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v59 v60 198 198 <field> 199 199 ... 200 <meta>201 200 <resource> 202 201 <field> 203 202 ... 204 <meta>205 203 </resource> 206 204 </resource> … … 222 220 - In the current S3 implementation, these documents can only be requested (GET). Future versions may also accept submissions of such documents to update the data schema. 223 221 - the URL query parameter {{{?options=true}}} adds a list of field options to those fields where options are defined, and combined with the parameter {{{&reference=true}}}, even options for foreign key references will be included 224 - the URL query parameter {{{?meta=true}}} will include the meta fields , whichare to be encoded as attributes of the <resource> element222 - the URL query parameter {{{?meta=true}}} will include the meta fields (as <meta> elements). In data documents, the meta fields are to be encoded as attributes of the <resource> element 225 223 ==== Field Option Documents ==== 226 224