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.6 lib/properties/transformation.rng
cpee-2.1.5 lib/properties/transformation.rng
cpee-2.1.4 lib/properties/transformation.rng
cpee-2.1.2 lib/properties/transformation.rng
cpee-2.1.1 lib/properties/transformation.rng
cpee-2.1.0 lib/properties/transformation.rng
cpee-2.0.30 lib/properties/transformation.rng
cpee-2.0.28 lib/properties/transformation.rng
cpee-2.0.27 lib/properties/transformation.rng
cpee-2.0.26 lib/properties/transformation.rng
cpee-2.0.25 lib/properties/transformation.rng
cpee-2.0.24 lib/properties/transformation.rng
cpee-2.0.23 lib/properties/transformation.rng
cpee-2.0.22 lib/properties/transformation.rng
cpee-2.0.21 lib/properties/transformation.rng
cpee-2.0.20 lib/properties/transformation.rng
cpee-2.0.19 lib/properties/transformation.rng
cpee-2.0.18 lib/properties/transformation.rng
cpee-2.0.17 lib/properties/transformation.rng
cpee-2.0.16 lib/properties/transformation.rng