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

68 lines
4.3 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="Using condensed XPCML" />
<meta name="abstract" content="Because XPCML is extensible, you can define new parameter types that extend those specified by the XPCML schema. Condensing XPCML extends the XPCML schema to create new data type definitions that simplify and improve the readability and usability of your XPCML documents." />
<meta name="description" content="Because XPCML is extensible, you can define new parameter types that extend those specified by the XPCML schema. Condensing XPCML extends the XPCML schema to create new data type definitions that simplify and improve the readability and usability of your XPCML documents." />
<meta name="DC.Relation" scheme="URI" content="rzahhxpcmlusing.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahhxpcmlusingconcondense.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="rzahhxpcmlusingcon" />
<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>Using condensed XPCML</title>
</head>
<body id="rzahhxpcmlusingcon"><a name="rzahhxpcmlusingcon"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Using condensed XPCML</h1>
<div><p>Because XPCML is extensible, you can define new parameter types
that extend those specified by the XPCML schema. Condensing XPCML
extends the XPCML schema to create new data type definitions that simplify
and improve the readability and usability of your XPCML documents.</p>
<div class="section"><p> </p>
<p>The following discussion assumes that you understand the
XPCML schema. For more information about the XPCML schema, see the following
page:</p>
<blockquote><a href="rzahhxpcmlschema.htm">XPCML schema and syntax</a></blockquote>
<p>To
condense existing XPCML source, you use the ProgramCallDocument.condenseXPCML
method, which generates the following:</p>
<ul><li>An extended schema that contains new type definitions for each parameter
in the existing XPCML source</li>
<li>New XPCML source that uses the type definitions provided in the extended
schema</li>
</ul>
<p>For more information about condensing your XPCML, see the following
pages:</p>
<blockquote><p><a href="rzahhxpcmlusingconcondense.htm">Condensing existing XPCML documents</a></p>
<p><a href="rzahhxpcmlexmplconcreate.htm">Example: Using condensed XPCML to create a ProgramCallDocument object</a></p>
<p><a href="rzahhxpcmlexmplconobtain.htm">Example: Obtaining program call results as condensed XPCML</a></p>
</blockquote>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzahhxpcmlusingconcondense.htm">Condensing existing XPCML documents</a></strong><br />
Condensing existing XPCML documents results in more readable and usable XPCML source. To create condensed XPCML, use the ProgramCallDocument.condenseXPCML method.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahhxpcmlusing.htm" title="Using XPCML is similar to using PCML. The following steps serve as a general outline for the actions that you need to perform to use XPCML.">Using XPCML</a></div>
</div>
</div>
</body>
</html>