source: ISOcat/trunk/mod-ISOcat-access-data/access/dm_datatypes.acc @ 2029

Last change on this file since 2029 was 2029, checked in by mwindhouwer, 12 years ago

Initial import of all the *cats, i.e., ISOcat, RELcat and SCHEMAcat.

File size: 527 bytes
Line 
1<accessor debug="false">
2        <name>ISOcat.access.data.dm.datatypes</name>
3        <descr>Get all known data types.</descr>
4        <idoc>
5                <instr>
6                        <type>sloot.dbx</type>
7                        <operator>ffcpl:/dbx/datatypes.xml</operator>
8                        <debug>
9                                <b>f</b>
10                        </debug>
11                        <target>this:response</target>
12                </instr>
13        </idoc>
14        <exception>
15                <debug/>
16                <trace>ffcpl:/trace/dm.datatypes.exception.xml</trace>
17                <throw/>
18        </exception>
19        <response>
20                <debug>ffcpl:/trace/dm.datatypes.response.xml</debug>
21                <mime>application/xml</mime>
22        </response>
23</accessor>
24
Note: See TracBrowser for help on using the repository browser.