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.51 lib/properties/transformation.rng
cpee-2.1.50 lib/properties/transformation.rng
cpee-2.1.49 lib/properties/transformation.rng
cpee-2.1.48 lib/properties/transformation.rng
cpee-2.1.47 lib/properties/transformation.rng
cpee-2.1.46 lib/properties/transformation.rng
cpee-2.1.45 lib/properties/transformation.rng
cpee-2.1.44 lib/properties/transformation.rng
cpee-2.1.43 lib/properties/transformation.rng
cpee-2.1.41 lib/properties/transformation.rng
cpee-2.1.39 lib/properties/transformation.rng
cpee-2.1.38 lib/properties/transformation.rng
cpee-2.1.37 lib/properties/transformation.rng
cpee-2.1.36 lib/properties/transformation.rng
cpee-2.1.35 lib/properties/transformation.rng
cpee-2.1.34 lib/properties/transformation.rng
cpee-2.1.33 lib/properties/transformation.rng
cpee-2.1.32 lib/properties/transformation.rng
cpee-2.1.30 lib/properties/transformation.rng
cpee-2.1.29 lib/properties/transformation.rng