...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "objectId": "7511c981-ae3f-4e28-9ba8-2b1d9ad80b25", "type": "DDI_C25", "optionProperties": [ { "description": "File name", "enumValues": [], "label": "File name", "name": "fileName", "type": "TEXT", "value": "", "repeatable": false, "required": true, "readOnly": false }, { // specifies that the XML should be output in a human readable format (not all on one line) "description": "Is pretty print", "enumValues": [], "label": "Is pretty print", "name": "isPrettyPrint", "type": "BOOLEAN", "value": true, "repeatable": false, "required": false, "readOnly": false }, { "description": "DDI Document ID", "enumValues": [], "label": "DDI ID", "name": "DDiID", "type": "TEXT", "value": "BOY2PCRafNsG3Ig6", "repeatable": false, "required": false, "readOnly": false }, { "description": "Language", "enumValues": [], "label": "Language", "name": "language", "type": "TEXT", "value": "en", "repeatable": false, "required": true, "readOnly": false }, { // The objectId of a the object id offixed, csv, or delimited file that is in the package. If this is filled out the dataMetadata filewill todocument documentthat iffile availablespecifically. "description": "The ID of a FIXED | CSV | DELIM file being packaged that this Codebook is documenting.", "enumValues": [], "label": "Data File ID", "name": "dataInstanceId", "type": "TEXT", "value": "", "repeatable": false, "required": false, "readOnly": false } ] } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "objectId": "022fea9b-5677-4fa0-ae19-6bbafab87ee1", "type": "DDI_L32RP", "optionProperties": [ { "description": "File name", "enumValues": [], "label": "File name", "name": "fileName", "type": "TEXT", "value": "", "repeatable": false, "required": true, "readOnly": false }, { // your organizations agency ID, see http://registry.ddialliance.org/ "description": "Agency", "enumValues": [], "label": "Agency", "name": "Agency", "type": "TEXT", "value": "ex.ample", "repeatable": false, "required": true, "readOnly": false }, { // specifies that the XML should be output in a human readable format (not all on one line) "description": "Is pretty print", "enumValues": [], "label": "Is pretty print", "name": "isPrettyPrint", "type": "BOOLEAN", "value": true, "repeatable": false, "required": false, "readOnly": false }, { "description": "DDI Document ID", "enumValues": [], "label": "DDI ID", "name": "DDiID", "type": "TEXT", "value": "YfZeDrqsj9uA91C5", "repeatable": false, "required": false, "readOnly": false }, { "description": "Language", "enumValues": [], "label": "Language", "name": "language", "type": "TEXT", "value": "en", "repeatable": false, "required": true, "readOnly": false }, { "description": "Version", "enumValues": [], "label": "Version", "name": "version", "type": "TEXT", "value": "1.0.0", "repeatable": false, "required": true, "readOnly": false }, { // The objectId of a fixed, csv, or delimited file that "is in the package. If this is filled out the Metadata will document that file specifically. "description": "The ID of a FIXED | CSV | DELIM file being packaged that this is documenting.", "enumValues": [], "label": "Data File ID", "name": "dataInstanceId", "type": "TEXT", "value": "", "repeatable": false, "required": false, "readOnly": false }, { // How the elements in the XML reference each other within the document "description": "Element reference type", "enumValues": [ "BOTH", "URN", "STRUCTURED" ], "label": "Reference type", "name": "idRef", "type": "ENUM", "value": "URN", "repeatable": false, "required": false, "readOnly": false }, {// only applies to DDI_L32RP consult http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/ Canonical and onlyDeprecatedUrnTypes appliesfore to DDI_L32RPmore information. "description": "URN type", "enumValues": [ "CANONICAL", "DEPRECATED" ], "label": "URN type", "name": "urnTypeKey", "type": "ENUM", "value": "CANONICAL", "repeatable": false, "required": false, "readOnly": false } ] } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"objectId": "ea9c1092-c6c8-4b5e-a0d2-c581bd5f026c",
"type": "SSS20",
"optionProperties": [
{
"description": "File name",
"enumValues": [],
"label": "File name",
"name": "fileName",
"type": "TEXT",
"value": "",
"repeatable": false,
"required": true,
"readOnly": false
},
{ // specifies that the XML should be output in a human readable format (not all on one line)
"description": "Is pretty print",
"enumValues": [],
"label": "Is pretty print",
"name": "isPrettyPrint",
"type": "BOOLEAN",
"value": true,
"repeatable": false,
"required": false,
"readOnly": false
},
{
"description": "Language",
"enumValues": [],
"label": "Language",
"name": "language",
"type": "TEXT",
"value": "en",
"repeatable": false,
"required": true,
"readOnly": false
},
{ // The objectId of a fixed, csv, or delimited file that is in the package. If this is filled out the Metadata will document that file specifically.
"description": "The ID of a FIXED | CSV | DELIM file being packaged that this is documenting.",
"enumValues": [],
"label": "Data File ID",
"name": "dataInstanceId",
"type": "TEXT",
"value": "",
"repeatable": false,
"required": false,
"readOnly": false
}
]
} |