source: cats/SCHEMAcat/trunk/data/schemata/sonar-cgn/index.schemacat @ 3497

Last change on this file since 3497 was 3497, checked in by mwindhouwer, 11 years ago

M data/schemata/*/index.schemacat

  • added description element
  • moved hdl: to @type="handle"
  • replaced owner with access fragment: <sc:access>

<sc:user role="owner" ref="u1" actions="rud"/>
<sc:all actions="r"/>

</sc:access>

  • all indicated public access
  • CRUD actions

A data/types.schemacat

  • description of the schema types
File size: 523 bytes
Line 
1<?xml-model href=""?>
2<sc:schema xmlns:sc="http://www.isocat.org/ns/schemacat">
3  <sc:name>sonar-cgn</sc:name>
4  <sc:version/>
5  <sc:description/>
6  <sc:status>development</sc:status>
7  <sc:tag type="group">SONAR</sc:tag>
8  <sc:pid type="handle">1839/00-SCHM-0000-0000-000B-9</sc:pid>
9  <sc:access>
10    <sc:user role="owner" ref="u1" actions="rud"/>
11  </sc:access>
12  <sc:files>
13    <sc:file type="main">
14      <sc:name>placeholder.xml</sc:name>
15      <sc:type ref="FOLiA-set-def"/>
16    </sc:file>
17  </sc:files>
18</sc:schema>
Note: See TracBrowser for help on using the repository browser.