📄 pcml.dtd
字号:
<?xml version="1.0" encoding="US-ASCII"?><!--//////////////////////////////////////////////////////////////////////// IBM Confidential// OCO Source Materials// 5722-JC1 5769-JC1// (C) Copyright IBM Corp. 1997, 2000//// The source code for this program is not published or otherwise// divested of its trade secrets, irrespective of what has been// deposited with the U.S. Copyright Office.////////////////////////////////////////////////////////////////////////////// File Name: pcml.dtd//// Description: XML DTD for PCML specification.////////////////////////////////////////////////////////////////////////////// CHANGE ACTIVITY://// $A0=PTR/DCR Release Date Userid Comments// v4r2m0 New// v4r5m0 Added servic program support// v5r1m0 Added thread safe attribute to program element// Added bidistringtype attribute to data element// P9937857 v5r1m0f 11/30/2000 csmith Open source changes - created this prolog.// 12/05/2000 csmith Note: The <?xml> tag must come BEFORE this prolog for a DTD.//// END CHANGE ACTIVITY///////////////////////////////////////////////////////////////////////--><!DOCTYPE pcml [<!ELEMENT pcml (struct | program)+><!ATTLIST pcml version (1.0 | 2.0 | 3.0) #REQUIRED><!ELEMENT struct (data | struct)+><!ATTLIST struct name CDATA #REQUIRED usage (inherit | input | output | inputoutput) "inherit" count CDATA #IMPLIED minvrm CDATA #IMPLIED maxvrm CDATA #IMPLIED offset CDATA #IMPLIED offsetfrom CDATA #IMPLIED outputsize CDATA #IMPLIED><!ELEMENT program (data | struct)*><!ATTLIST program name CDATA #REQUIRED path CDATA #IMPLIED parseorder CDATA #IMPLIED entrypoint CDATA #IMPLIED returnvalue (void | integer) #IMPLIED threadsafe (false | true) #IMPLIED><!ELEMENT data EMPTY><!ATTLIST data name CDATA #IMPLIED usage (inherit | input | output | inputoutput) "inherit" count CDATA #IMPLIED minvrm CDATA #IMPLIED maxvrm CDATA #IMPLIED offset CDATA #IMPLIED offsetfrom CDATA #IMPLIED outputsize CDATA #IMPLIED type (char | int | packed | zoned | float | byte | struct) #REQUIRED length CDATA #IMPLIED precision CDATA #IMPLIED ccsid CDATA #IMPLIED init CDATA #IMPLIED struct CDATA #IMPLIED passby (reference | value) #IMPLIED bidistringtype (ST4 | ST5 | ST6 | ST7 | ST8 | ST9 | ST10 | ST11 | DEFAULT) #IMPLIED>]>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -