Sha256: 802afb9961b8ac61b525964d745754bbe43c475714ef6556c56bc064d511ad64

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<grammar ns="urn:oasis:names:tc:opendocument:xmlns:container" xmlns="http://relaxng.org/ns/structure/1.0">
  <start>
    <ref name="ucf.container"/>
  </start>
  <define name="ucf.container">
    <element name="container">
      <attribute name="version">
        <value>1.0</value>
      </attribute>
      <optional>
        <element name="rootfiles">
          <oneOrMore>
            <element name="rootfile">
              <attribute name="full-path">
                <text/>
              </attribute>
              <attribute name="media-type">
                <text/>
              </attribute>
            </element>
          </oneOrMore>
        </element>
      </optional>
      <optional>
        <element name="relationships">
          <oneOrMore>
            <element name="relationship">
              <attribute name="type">
                <text/>
              </attribute>
              <attribute name="target">
                <text/>
              </attribute>
            </element>
          </oneOrMore>
        </element>
      </optional>
    </element>
  </define>
</grammar>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ucf-2.0.2 lib/ucf/schema/container.rng
ucf-2.0.1 lib/ucf/schema/container.rng
ucf-2.0.0 lib/ucf/schema/container.rng
ucf-1.1.0 lib/ucf/schema/container.rng
ucf-1.0.0 lib/ucf/schema/container.rng
ucf-0.7.0 lib/ucf/schema/container.rng