Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 2f6a27b1fda241aff0d52a8d40da73cc66884cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!ELEMENT Component (Subcomponent+)>
<!ATTLIST Component
 Abbr ID #REQUIRED
 Name CDATA #REQUIRED
>
<!ELEMENT LevelOne (#PCDATA)>
<!ELEMENT LevelTwo (#PCDATA)>
<!ELEMENT Message (LevelOne, LevelTwo)>
<!ATTLIST Message
 ID CDATA #REQUIRED
 Indicator (I | E | W | U | Q | C) #REQUIRED
>
<!ELEMENT MessageFile (Component)>
<!ATTLIST MessageFile
 Version CDATA #FIXED "1.0"
>
<!ELEMENT MessageList (Message+)>
<!ELEMENT Subcomponent (MessageList)>
<!ATTLIST Subcomponent
 Abbr ID #REQUIRED
 Name CDATA #REQUIRED
>

Back to the top