From 78e4e7bf986b6a54c240a92563f31696f3282bcb Mon Sep 17 00:00:00 2001 From: Marten Date: Tue, 14 May 2013 08:23:13 -0700 Subject: [PATCH] corrected file size to proper use of B vs b and M/G vs m/g --- schema.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema.md b/schema.md index 3d489a0d..8afd5c46 100644 --- a/schema.md +++ b/schema.md @@ -308,7 +308,7 @@ Field | title **Accepted Values** | See Usage Notes **Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size. An example of this this model is: - "distribution": [`{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22mb"}`,`{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24mb"}`] + "distribution": [`{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22MB"}`,`{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24MB"}`] **Example** | - @@ -318,8 +318,8 @@ Field | title **Cardinality** | (0,n) **Required** | No **Accepted Values** | See Usage Notes -**Usage Notes** | Sizes should be formatted as (e.g.), 52kb, 140mb, 2gb. -**Example** | `{"size":"3mb"}` +**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB. +**Example** | `{"size":"3MB"}` {.table .table-striped} **Field** | **landingPage** @@ -361,4 +361,4 @@ Examples -------- * [JSON](http://project-open-data.github.io/metadata-resources/) * [RDFa Lite](http://project-open-data.github.io/metadata-resources/) -* [XML](http://project-open-data.github.io/metadata-resources/) +* [XML](http://project-open-data.github.io/metadata-resources/) \ No newline at end of file