File: vc_xsd_stub_script.xml

package info (click to toggle)
virtuoso-opensource 6.1.4%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 245,116 kB
  • sloc: ansic: 639,631; sql: 439,225; xml: 287,085; java: 61,048; sh: 38,723; cpp: 36,889; cs: 25,240; php: 12,562; yacc: 9,036; lex: 7,149; makefile: 6,093; jsp: 4,447; awk: 1,643; perl: 1,017; ruby: 1,003; python: 329
file content (58 lines) | stat: -rw-r--r-- 1,897 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<refentry id="vc_xsd_stub_script">
  <refmeta>
  <refentrytitle>xsd-stub-script</refentrytitle>
  <refmiscinfo>vspx_control</refmiscinfo>
  </refmeta>
  <refnamediv>
  <refname>xsd-stub-script</refname>
  <refpurpose>This is for internal use only.</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
   <funcsynopsis id="vc_syn_xsd_stub_script">
    <funcprototype id="vc_proto_xsd_stub_script">
      <funcdef>
            &lt;<function>xsd-stub-script</function> <attribute>
          <parameter>debug-srcfile</parameter> (optional) </attribute>
        <attribute>
          <parameter>debug-srcline</parameter> (optional) </attribute>
        <attribute>
          <parameter>debug-log</parameter> (optional) </attribute>
 /&gt;</funcdef>
    </funcprototype>
   </funcsynopsis>
  </refsynopsisdiv>
  <refsect1 id="vc_desc_xsd_stub_script">
  <title>Description</title>
  <para>
This control should never appear in the VSPX source.
It is for internal use only.
Before applying XML schema validation to the page,
Virtuoso replaces non-VSPX tags with this one when they reside inside event script tag such as v:on-init.
</para>
  </refsect1>
  <refsect1 id="vc_attrs_xsd_stub_script">
  <title>Attributes</title>
  <formalpara>
    <title>debug-srcfile</title>
    <para>URI of the source document where the tag comes from.</para>
  </formalpara>
  <formalpara>
    <title>debug-srcline</title>
    <para>Line number in the source document where the tag comes from.</para>
  </formalpara>
  <formalpara>
    <title>debug-log</title>
    <para>This defines what sort of data are saved to the debugging log.
</para>
  </formalpara>
  </refsect1>
  <refsect1 id="vc_udt_xsd_stub_script">
  <title>Declaration of type vspx_xsd_stub_script</title>
  <para>
</para>
  <screen>
create type vspx_xsd_stub_script under vspx_control
as ( vc_stub any ) temporary self as ref
</screen>
  </refsect1>
</refentry>