source: cats/SCHEMAcat/trunk/data/types.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: 1.7 KB
Line 
1<sc:types xmlns:sc="http://www.isocat.org/ns/schemacat">
2  <sc:type xml:id="relaxng">
3    <sc:name>Relax NG</sc:name>
4    <sc:version>ISO/IEC 19757-2:2008</sc:version>
5    <sc:description></sc:description>
6    <sc:mime>application/xml</sc:mime>
7    <sc:link type="spec" href="http://standards.iso.org/ittf/PubliclyAvailableStandards/c052348_ISO_IEC_19757-2_2008(E).zip">ISO/IEC 19757-2:2008 Information technology -- Document Schema Definition Language (DSDL) -- Part 2: Regular-grammar-based validation -- RELAX NG</sc:link>
8    <sc:link type="home" href="http://relaxng.org/"/>
9    <sc:link type="see" href="http://books.xmlschemata.org/relaxng/">RELAX NG by Eric van der Vlist for O'Reilly (Free Documentation Licence).</sc:link>
10  </sc:type>
11  <sc:type xml:id="FOLiA-set-def">
12    <sc:name>FOLiA set definition</sc:name>
13    <sc:version>alpha</sc:version>
14    <sc:description></sc:description>
15    <sc:mime>application/xml</sc:mime>
16  </sc:type>
17  <sc:type xml:id="iso-ebnf">
18    <sc:name>EBNF</sc:name>
19    <sc:version>ISO 14977:1996</sc:version>
20    <sc:description></sc:description>
21    <sc:mime>text/plain</sc:mime>
22    <sc:link type="spec" href="http://standards.iso.org/ittf/PubliclyAvailableStandards/s026153_ISO_IEC_14977_1996(E).zip">ISO/IEC 14977:1996 Information technology -- Syntactic metalanguage -- Extended BNF</sc:link>
23  </sc:type>
24  <sc:type xml:id="xsd-1.0">
25    <sc:name>XML Schema</sc:name>
26    <sc:version>1.0</sc:version>
27    <sc:description></sc:description>
28    <sc:mime>application/xml</sc:mime>
29    <sc:link type="spec" href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures Second Edition</sc:link>
30    <sc:link type="home" href="http://www.w3.org/XML/Schema"/>
31  </sc:type>
32</sc:types>
Note: See TracBrowser for help on using the repository browser.