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.73 lib/properties/transformation.rng
cpee-2.1.71 lib/properties/transformation.rng
cpee-2.1.70 lib/properties/transformation.rng
cpee-2.1.69 lib/properties/transformation.rng
cpee-2.1.68 lib/properties/transformation.rng
cpee-2.1.67 lib/properties/transformation.rng
cpee-2.1.66 lib/properties/transformation.rng
cpee-2.1.64 lib/properties/transformation.rng
cpee-2.1.63 lib/properties/transformation.rng
cpee-2.1.62 lib/properties/transformation.rng
cpee-2.1.61 lib/properties/transformation.rng
cpee-2.1.60 lib/properties/transformation.rng
cpee-2.1.59 lib/properties/transformation.rng
cpee-2.1.58 lib/properties/transformation.rng
cpee-2.1.57 lib/properties/transformation.rng
cpee-2.1.56 lib/properties/transformation.rng
cpee-2.1.55 lib/properties/transformation.rng
cpee-2.1.54 lib/properties/transformation.rng
cpee-2.1.53 lib/properties/transformation.rng
cpee-2.1.52 lib/properties/transformation.rng