ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahh_5.4.0.1/pcmlsyn.htm

73 lines
3.6 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="PCML syntax" />
<meta name="abstract" content="PCML consists of the following tags, each of which has its own attribute tags." />
<meta name="description" content="PCML consists of the following tags, each of which has its own attribute tags." />
<meta name="DC.Relation" scheme="URI" content="pcml.htm" />
<meta name="DC.Relation" scheme="URI" content="pcmlpgtg.htm" />
<meta name="DC.Relation" scheme="URI" content="pcmlsttg.htm" />
<meta name="DC.Relation" scheme="URI" content="pcmldttg.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="pcmlsyn" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>PCML syntax</title>
</head>
<body id="pcmlsyn"><a name="pcmlsyn"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">PCML syntax</h1>
<div><p>PCML consists of the following tags, each of which has its own
attribute tags.</p>
<div class="section"><ul><li>The <a href="pcmlpgtg.htm#pcmlpgtg">program tag</a> begins and
ends code that describes one program</li>
<li>The <a href="pcmlsttg.htm#pcmlsttg">struct tag</a> defines a named
structure which can be specified as an argument to a program or as a field
within another named structure. A structure tag contains a data or a structure
tag for each field in the structure.</li>
<li>The <a href="pcmldttg.htm#pcmldttg">data tag</a> defines a field
within a program or structure.</li>
</ul>
<p>In the following example the PCML syntax describes one program with
one category of data and some isolated data.</p>
<pre>&lt;program&gt;
&lt;struct&gt;
&lt;data&gt; &lt;/data&gt;
&lt;/struct&gt;
&lt;data&gt; &lt;/data&gt;
&lt;/program&gt;</pre>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="pcmlpgtg.htm">PCML program tag</a></strong><br />
The PCML program tag can be expanded with the following elements.</li>
<li class="ulchildlink"><strong><a href="pcmlsttg.htm">PCML struct tag</a></strong><br />
The PCML struct tag can be expanded with the following elements.</li>
<li class="ulchildlink"><strong><a href="pcmldttg.htm">PCML data tag</a></strong><br />
The PCML data tag can have the following attributes.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="pcml.htm" title="Program Call Markup Language (PCML) is a tag language that helps you call server programs, with less Java code.">Program Call Markup Language</a></div>
</div>
</div>
</body>
</html>