- From: <w3t-archive+esw-wiki@w3.org>
- Date: Tue, 13 Sep 2005 05:25:37 -0000
- To: w3t-archive+esw-wiki@w3.org
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.
The following page has been changed by GoutamSaha:
http://esw.w3.org/topic/its0908LinguisticMarkup
------------------------------------------------------------------------------
<interrogative>
<pronounian>
<pronoun's>
+ <demonstrative>
<end_inflecting>
<verb_ending>
<repeated_verb_ending>
@@ -227, +228 @@
<compound>
<intransitive>
<transitive>
+ <group>
<negative>
<imperative>
<nonfinite>
@@ -253, +255 @@
<imperative>
<participle_principal>
- <post_position>
+ <post_position>
+ <preposition>
<punctuation>
<comma>
@@ -339, +342 @@
</xs:element>
</xs:schema>
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:c="http://www.kolkatacdac.in/w3ci18ncd" elementFormDefault="qualified">
+ <xs:import namespace="http://www.kolkatacdac.in/w3ci18ncd" schemaLocation="C:\Documents and Settings\Administrator\My Documents\auth-contdom-13091.xsd"/>
+ <xs:element name="content_domain">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="c:cat" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:schema>
+ ==================================
+ A typical schema for Sentence_categories is shown below.
+
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.kolkatacdac.in/w3ci18ns" elementFormDefault="qualified">
+ <xs:element name="cat">
+ <xs:complexType mixed="true">
+ <xs:attribute name="name" use="required">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="formative"/>
+ <xs:enumeration value="semantic"/>
+ <xs:enumeration value="voice"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+ <xs:attribute name="type" use="required">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="active"/>
+ <xs:enumeration value="causative"/>
+ <xs:enumeration value="complex"/>
+ <xs:enumeration value="compound"/>
+ <xs:enumeration value="cursed"/>
+ <xs:enumeration value="demonstrative"/>
+ <xs:enumeration value="exclamatory"/>
+ <xs:enumeration value="imperative"/>
+ <xs:enumeration value="impersonal"/>
+ <xs:enumeration value="interrogative"/>
+ <xs:enumeration value="passive"/>
+ <xs:enumeration value="praying"/>
+ <xs:enumeration value="proverbial"/>
+ <xs:enumeration value="simple"/>
+ <xs:enumeration value="suspicion"/>
+ <xs:enumeration value="taunt"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+ <xs:attribute name="subtype">
+ <xs:simpleType>
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="adjective"/>
+ <xs:enumeration value="adverb"/>
+ <xs:enumeration value="affirmative"/>
+ <xs:enumeration value="direct"/>
+ <xs:enumeration value="indirect"/>
+ <xs:enumeration value="ironical"/>
+ <xs:enumeration value="negative"/>
+ <xs:enumeration value="nounian"/>
+ <xs:enumeration value="ridiculous"/>
+ </xs:restriction>
+ </xs:simpleType>
+ </xs:attribute>
+ </xs:complexType>
+ </xs:element>
+ </xs:schema>
+
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+
+ xmlns:s="http://www.kolkatacdac.in/w3ci18ns" elementFormDefault="qualified">
+ <xs:import namespace="http://www.kolkatacdac.in/w3ci18ns"
+
+ schemaLocation="C:\Documents and Settings\Administrator\My
+
+ Documents\auth-sencat-13091.xsd"/>
+ <xs:element name="sentence_type">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="s:cat" maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ </xs:schema>
+ ================
+
Received on Tuesday, 13 September 2005 11:43:25 UTC