Skip to content

Commit 2891bf2

Browse files
committed
adjusted language and list of declarable elements based on #1981
1 parent 7ef6650 commit 2891bf2

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

P5/Source/Guidelines/en/CC-LanguageCorpora.xml

+19-4
Original file line numberDiff line numberDiff line change
@@ -898,34 +898,49 @@ elements are all members of the class <ident type="class">att.declaring</ident>.
898898
<specDesc key="biblStruct"/>
899899
<specDesc key="broadcast"/>
900900
<specDesc key="correction"/>
901+
<specDesc key="correspDesc"/>
901902
<specDesc key="editorialDecl"/>
902903
<specDesc key="equipment"/>
904+
<specDesc key="geoDecl"/>
903905
<specDesc key="hyphenation"/>
904906
<specDesc key="interpretation"/>
905907
<specDesc key="langUsage"/>
908+
<specDesc key="listApp"/>
906909
<specDesc key="listBibl"/>
910+
<specDesc key="listEvent"/>
911+
<specDesc key="listNym"/>
912+
<specDesc key="listObject"/>
913+
<specDesc key="listOrg"/>
914+
<specDesc key="listPerson"/>
915+
<specDesc key="listPlace"/>
916+
<specDesc key="metDecl"/>
907917
<specDesc key="normalization"/>
908918
<specDesc key="particDesc"/>
909919
<specDesc key="projectDesc"/>
920+
<specDesc key="punctuation"/>
910921
<specDesc key="quotation"/>
911922
<specDesc key="recording"/>
923+
<specDesc key="refsDecl"/>
912924
<specDesc key="samplingDecl"/>
913925
<specDesc key="scriptStmt"/>
914926
<specDesc key="segmentation"/>
927+
<specDesc key="settingDesc"/>
915928
<specDesc key="sourceDesc"/>
916929
<specDesc key="stdVals"/>
930+
<specDesc key="styleDefDecl"/>
917931
<specDesc key="textClass"/>
918932
<specDesc key="textDesc"/>
919933
<specDesc key="xenoData"/>
920934
</specList>
935+
921936
Each of the above elements is repeatable within a single
922937
header; that is, there may be more than one instance of any declarable
923938
element type at a given level. When this occurs, the following rules
924-
apply:
939+
apply. For each different type of declarable element which occurs more
940+
than once:
925941
<list rend="bulleted">
926-
<item>every declarable element must bear a unique identifier</item>
927-
<item>for each different type of declarable element which occurs more
928-
than once within the same parent element, exactly one element must be
942+
<item>each must bear a unique identifier</item>
943+
<item>when occurring within the same parent element, exactly one element must be
929944
specified as the default, by having a <att>default</att> attribute with the value "true".
930945
</item></list>
931946
</p>

0 commit comments

Comments
 (0)