Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LassoLibIDPEntry: Lasso Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Lasso Reference Manual">
<link rel="up" href="xml-idff.html" title="Objects from ID-FF 1.2 schemas">
<link rel="prev" href="lasso-LassoLibIDPEntries.html" title="LassoLibIDPEntries">
<link rel="next" href="lasso-LassoLibIDPList.html" title="LassoLibIDPList">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#lasso-LassoLibIDPEntry.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="xml-idff.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="lasso-LassoLibIDPEntries.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="lasso-LassoLibIDPList.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="lasso-LassoLibIDPEntry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="lasso-LassoLibIDPEntry.top_of_page"></a>LassoLibIDPEntry</span></h2>
<p>LassoLibIDPEntry — &lt;lib:IDPEntry&gt;</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="lasso-LassoLibIDPEntry.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody><tr>
<td class="function_type">
<a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="returnvalue">LassoNode</span></a> *
</td>
<td class="function_name">
<a class="link" href="lasso-LassoLibIDPEntry.html#lasso-lib-idp-entry-new" title="lasso_lib_idp_entry_new ()">lasso_lib_idp_entry_new</a> <span class="c_punctuation">()</span>
</td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="lasso-LassoLibIDPEntry.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="lasso-LassoLibIDPEntry.html#LassoLibIDPEntry" title="struct LassoLibIDPEntry">LassoLibIDPEntry</a></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect1">
<a name="lasso-LassoLibIDPEntry.description"></a><h2>Description</h2>
<div class="figure">
<a name="id-1.3.4.12.5.2"></a><p class="title"><b>Figure 9. Schema fragment for lib:IDPEntry</b></p>
<div class="figure-contents"><pre class="programlisting">
&lt;xs:element name="IDPEntry"&gt;
  &lt;xs:complexType&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element ref="ProviderID"/&gt;
      &lt;xs:element name="ProviderName" type="xs:string" minOccurs="0"/&gt;
      &lt;xs:element name="Loc" type="xs:anyURI"/&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
&lt;/xs:element&gt;
</pre></div>
</div>
<br class="figure-break">
</div>
<div class="refsect1">
<a name="lasso-LassoLibIDPEntry.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="lasso-lib-idp-entry-new"></a><h3>lasso_lib_idp_entry_new ()</h3>
<pre class="programlisting"><a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="returnvalue">LassoNode</span></a> *
lasso_lib_idp_entry_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Creates a new <a class="link" href="lasso-LassoLibIDPEntry.html#LassoLibIDPEntry" title="struct LassoLibIDPEntry"><span class="type">LassoLibIDPEntry</span></a> object.</p>
<div class="refsect3">
<a name="lasso-lib-idp-entry-new.returns"></a><h4>Returns</h4>
<p> a newly created <em class="parameter"><code>LassoLibIDPEntry</code></em>
object</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="lasso-LassoLibIDPEntry.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="LassoLibIDPEntry"></a><h3>struct LassoLibIDPEntry</h3>
<pre class="programlisting">struct LassoLibIDPEntry {
	LassoNode parent;

	/* &lt;xs:element ref="ProviderID"/&gt; */
	char *ProviderID;
	/* &lt;xs:element name="ProviderName" type="xs:string" minOccurs="0"/&gt; */
	char *ProviderName;
	/* &lt;xs:element name="Loc" type="xs:anyURI"/&gt; */
	char *Loc;
};
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
</body>
</html>