- From: <w3t-archive+esw-wiki@w3.org>
- Date: Mon, 12 Sep 2005 02:16:06 -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 ------------------------------------------------------------------------------ <sports> <entertainment> <news> - <internatinal> + <international> <national> <travel> @@ -263, +263 @@ <right_parenthesis> <mid_sentence> <other_punctuation> + ============================================== + A typical schema of the content_domain is shown below. + <?xml version="1.0" encoding="UTF-8" standalone="yes"?> + <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> + <xs:complexType name="catType"> + <xs:attribute name="name" use="required"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="administrative"/> + <xs:enumeration value="advertise"/> + <xs:enumeration value="agriculture"/> + <xs:enumeration value="astrology"/> + <xs:enumeration value="businesstrade"/> + <xs:enumeration value="citation"/> + <xs:enumeration value="communications"/> + <xs:enumeration value="defence"/> + <xs:enumeration value="diallect"/> + <xs:enumeration value="economics"/> + <xs:enumeration value="education"/> + <xs:enumeration value="emotion"/> + <xs:enumeration value="enggtech"/> + <xs:enumeration value="entertainment"/> + <xs:enumeration value="environment"/> + <xs:enumeration value="figure"/> + <xs:enumeration value="finance"/> + <xs:enumeration value="geography"/> + <xs:enumeration value="gossip"/> + <xs:enumeration value="history"/> + <xs:enumeration value="it"/> + <xs:enumeration value="law"/> + <xs:enumeration value="literature"/> + <xs:enumeration value="mathematics"/> + <xs:enumeration value="medical"/> + <xs:enumeration value="news"/> + <xs:enumeration value="occupation"/> + <xs:enumeration value="philosophy"/> + <xs:enumeration value="politics"/> + <xs:enumeration value="religion"/> + <xs:enumeration value="review"/> + <xs:enumeration value="science"/> + <xs:enumeration value="sex"/> + <xs:enumeration value="society"/> + <xs:enumeration value="speech"/> + <xs:enumeration value="sports"/> + <xs:enumeration value="travel"/> + <xs:enumeration value="violence"/> + <xs:enumeration value="weather"/> + </xs:restriction> + </xs:simpleType> + </xs:attribute> + <xs:attribute name="type"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="civic"/> + <xs:enumeration value="cultural"/> + <xs:enumeration value="drama"/> + <xs:enumeration value="humanities"/> + <xs:enumeration value="international"/> + <xs:enumeration value="lyrics"/> + <xs:enumeration value="national"/> + <xs:enumeration value="poetry"/> + <xs:enumeration value="story"/> + </xs:restriction> + </xs:simpleType> + </xs:attribute> + </xs:complexType> + <xs:element name="content_domain"> + <xs:complexType> + <xs:sequence> + <xs:element name="cat" type="catType"/> + </xs:sequence> + </xs:complexType> + </xs:element> + </xs:schema> +
Received on Monday, 12 September 2005 08:26:36 UTC