You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/11/28 01:20:27 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/config/doctypes/schemas entry.rng

michi       2003/11/27 16:20:27

  Added:       src/webapp/lenya/pubs/blog/config/doctypes/schemas entry.rng
  Log:
  relax ng for entry moved
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/blog/config/doctypes/schemas/entry.rng
  
  Index: entry.rng
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <grammar xmlns:echo="http://purl.org/atom/ns#" ns="http://www.w3.org/XML/1998/namespace" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
    <start>
      <element name="echo:entry">
        <attribute name="version">
          <data type="decimal"/>
        </attribute>
        <element name="echo:title">
          <text/>
        </element>
        <element name="echo:author">
          <element name="echo:name">
            <text/>
          </element>
        </element>
        <element name="echo:link">
          <data type="anyURI"/>
        </element>
        <element name="echo:id">
          <text/>
        </element>
        <element name="echo:created">
          <data type="NMTOKEN"/>
        </element>
        <element name="echo:issued">
          <data type="NMTOKEN"/>
        </element>
        <element name="echo:modified">
          <data type="NMTOKEN"/>
        </element>
        <element name="echo:content">
          <attribute name="type"/>
          <attribute name="lang">
            <data type="NCName"/>
          </attribute>
          <element>
            <name ns="">p</name>
            <oneOrMore>
              <choice>
                <text/>
                <element>
                  <name ns="">b</name>
                  <data type="decimal"/>
                </element>
              </choice>
            </oneOrMore>
          </element>
        </element>
      </element>
    </start>
  </grammar>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org