Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit bc07970

Browse files
committed
Added bureauCode
1 parent bd6a8bb commit bc07970

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Diff for: schema.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Field | Definition
4848
Title | Human-readable name of the asset. Should be in plain English and include sufficient detail to facilitate search and discovery. | title
4949
Description | Human-readable description (e.g., an abstract) with sufficient detail to enable a user to quickly understand whether the asset is of interest. | description
5050
Tags | Tags (or keywords) help users discover your dataset, please include terms that would be used by technical and non-technical users. | keywords
51+
Bureau Code | Combined agency and bureau code from [OMB A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) | bureauCode
5152
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified
5253
Publisher | The publishing agency. | publisher
5354
Contact Name | Contact person's name for the asset. | person
@@ -122,10 +123,20 @@ Further Metadata Field Guidance
122123
----- | -----
123124
**Cardinality** | (0,1)
124125
**Required** | No
125-
**Accepted Values** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
126-
**Usage Notes** | -
126+
**Accepted Values** | See usage notes
127+
**Usage Notes** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
127128
**Example** | `{"accrualPeriodicity":"annual"}`
128129

130+
{: .table .table-striped}
131+
**Field** | **bureauCode**
132+
----- | -----
133+
**Cardinality** | (1,n)
134+
**Required** | Yes, always
135+
**Accepted Values** | Array of strings
136+
**Usage Notes** | Represent each bureau responsible for the dataset according to the codes found in [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf). Start with the agency code, then a colon, then the bureau code.
137+
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`
138+
139+
129140
{: .table .table-striped}
130141
**Field** | **dataDictionary**
131142
----- | -----

0 commit comments

Comments
 (0)