Sha256: e245f0ce537d1be6aac58380b8b83e42583819b6c0acf4b054e434e3b08893b0

Contents?: true

Size: 1.17 KB

Versions: 93

Compression:

Stored size: 1.17 KB

Contents

<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <define name="transformation">
    <element name="transformation" ns="http://cpee.org/ns/properties/2.0">
      <element name="description">
        <attribute name="type">
          <choice>
            <value>copy</value>
            <value>rest</value>
            <value>xslt</value>
            <value>clean</value>
            <value>none</value>
          </choice>
        </attribute>
        <data type="anyURI"/>
      </element>
      <element name="dataelements">
        <attribute name="type">
          <choice>
            <value>rest</value>
            <value>xslt</value>
            <value>clean</value>
            <value>none</value>
          </choice>
        </attribute>
        <data type="anyURI"/>
      </element>
      <element name="endpoints">
        <attribute name="type">
          <choice>
            <value>rest</value>
            <value>xslt</value>
            <value>clean</value>
            <value>none</value>
          </choice>
        </attribute>
        <data type="anyURI"/>
      </element>
    </element>
  </define>
</grammar>

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
cpee-2.1.27 lib/properties/transformation.rng
cpee-2.1.26 lib/properties/transformation.rng
cpee-2.1.25 lib/properties/transformation.rng
cpee-2.1.24 lib/properties/transformation.rng
cpee-2.1.23 lib/properties/transformation.rng
cpee-2.1.22 lib/properties/transformation.rng
cpee-2.1.21 lib/properties/transformation.rng
cpee-2.1.20 lib/properties/transformation.rng
cpee-2.1.19 lib/properties/transformation.rng
cpee-2.1.17 lib/properties/transformation.rng
cpee-2.1.16 lib/properties/transformation.rng
cpee-2.1.15 lib/properties/transformation.rng
cpee-2.1.14 lib/properties/transformation.rng
cpee-2.1.13 lib/properties/transformation.rng
cpee-2.1.12 lib/properties/transformation.rng
cpee-2.1.11 lib/properties/transformation.rng
cpee-2.1.10 lib/properties/transformation.rng
cpee-2.1.9 lib/properties/transformation.rng
cpee-2.1.8 lib/properties/transformation.rng
cpee-2.1.7 lib/properties/transformation.rng