source: SCHEMAcat/trunk/data/schemata/Adelheid/adelheid-lexicon.xsd @ 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: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dcr="http://www.isocat.org/ns/dcr" elementFormDefault="qualified">
3  <xs:element name="adelheid-lexicon" dcr:datcat="http://www.isocat.org/datcat/DC-4236">
4    <xs:complexType>
5      <xs:sequence>
6        <xs:element ref="teiHeader"/>
7        <xs:element ref="body"/>
8      </xs:sequence>
9    </xs:complexType>
10  </xs:element>
11  <xs:element name="teiHeader" dcr:datcat="http://www.isocat.org/datcat/DC-5114" type="xs:string"/>
12  <xs:element name="body" dcr:datcat="http://www.isocat.org/datcat/DC-5116">
13    <xs:complexType>
14      <xs:sequence>
15        <xs:element maxOccurs="unbounded" ref="lexentry"/>
16      </xs:sequence>
17    </xs:complexType>
18  </xs:element>
19  <xs:element name="lexentry" dcr:datcat="http://www.isocat.org/datcat/DC-4244" type="xs:string"/>
20  <xs:attributeGroup name="attlist.charpos">
21    <xs:attribute name="Form" dcr:datcat="http://www.isocat.org/datcat/DC-4219" use="required"/>
22    <xs:attribute name="Tag" dcr:datcat="http://www.isocat.org/datcat/DC-4228" use="required"/>
23    <xs:attribute name="Lemma" dcr:datcat="http://www.isocat.org/datcat/DC-4221" use="required"/>
24    <xs:attribute name="Freq" dcr:datcat="http://www.isocat.org/datcat/DC-4220" default="1.0"/>
25  </xs:attributeGroup>
26</xs:schema>
Note: See TracBrowser for help on using the repository browser.