Skip to content

Commit ea08b93

Browse files
committed
Rephrase refpurpose, formatting
1 parent d063bdf commit ea08b93

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/docbuild/config/xml/data/portal-config-schema.rnc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ ds.deliverable_subdeliverable =
11841184

11851185
[
11861186
db:refname [ "dc" ]
1187-
db:refpurpose [ "Reference to DC file" ]
1187+
db:refpurpose [ "Wrapper to structure DC file reference" ]
11881188
]
11891189
div {
11901190
ds.dc.file.attr =
@@ -1194,7 +1194,7 @@ div {
11941194
}
11951195

11961196
ds.dc =
1197-
## Reference to DC file
1197+
## Wrapper to structure DC file reference
11981198
element dc {
11991199
ds.dc.file.attr,
12001200
ds.git?,
@@ -1370,7 +1370,15 @@ ds.url =
13701370
element url {
13711371
ds.href.attr,
13721372
## Target file format of the link for display in the UI
1373-
attribute format { "html" | "single-html" | "pdf" | "epub" | "zip" | "tar" | "other" },
1373+
attribute format {
1374+
"html"
1375+
| "single-html"
1376+
| "pdf"
1377+
| "epub"
1378+
| "zip"
1379+
| "tar"
1380+
| "other"
1381+
},
13741382
empty
13751383
}
13761384
}

0 commit comments

Comments
 (0)