You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
398 B
16 lines
398 B
7 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
--- DTD for CCSID/MIBEnum association documents.
|
||
|
---
|
||
|
--- See Copyright for the status of this software.
|
||
|
---
|
||
|
--- Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
|
||
|
-->
|
||
|
<!ELEMENT ccsid_mibenum (assoc)*>
|
||
|
<!ELEMENT assoc (alias)*>
|
||
|
<!ATTLIST assoc
|
||
|
ccsid CDATA #IMPLIED
|
||
|
mibenum CDATA #IMPLIED
|
||
|
>
|
||
|
<!ELEMENT alias (#PCDATA)>
|