Skip to content

Commit 269a601

Browse files
committed
Add adapted for term source status: metanorma/metanorma-nist#357
1 parent 1378e3a commit 269a601

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

images/StandardDoc_Blocks.png

2.51 KB
Loading

images/StandardDoc_Terms.png

8.24 KB
Loading

images/StandardDoc_Terms_models.png

6.69 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
enum ErefStyleType {
2+
definition {
3+
Style of how a citation is to be rendered.
4+
}
5+
text {
6+
definition {
7+
Extension point: Name of identifier type to be used to form citation in this iteration of the standard.
8+
}
9+
}
10+
}

models/standard_document/terms/TermSourceStatus.lutaml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ enum TermSourceStatus {
1212
The managed term in the present context has been modified from the term as found in the bibliographic source.
1313
}
1414
}
15+
adapted {
16+
definition {
17+
The managed term in the present context has been modified from the term as found in the bibliographic source, in order
18+
to better fit some local requirement, though still with the intent of retaining the original meaning as much as possible.
19+
}
20+
}
1521
restyled {
1622
definition {
1723
The managed term in the present context has been restyled from the term as found in the bibliographic source.

0 commit comments

Comments
 (0)