Sha256: 6a5b161ba57253a6fb5a7079108fbc5a6c2d42048d59f3174a6496847ae79113
Contents?: true
Size: 938 Bytes
Versions: 71
Compression:
Stored size: 938 Bytes
Contents
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <include href="state.rng"/> <include href="status.rng"/> <include href="executionhandler.rng"/> <include href="positions.rng"/> <include href="dataelements.rng"/> <include href="endpoints.rng"/> <include href="attributes.rng"/> <include href="dsl.rng"/> <include href="dslx.rng"/> <include href="description.rng"/> <include href="transformation.rng"/> <start> <element name="properties" ns="http://cpee.org/ns/properties/2.0"> <ref name="state"/> <ref name="status"/> <ref name="executionhandler"/> <ref name="positions"/> <ref name="dataelements"/> <ref name="endpoints"/> <ref name="attributes"/> <ref name="dsl"/> <ref name="dslx"/> <ref name="description"/> <ref name="transformation"/> </element> </start> </grammar>
Version data entries
71 entries across 71 versions & 1 rubygems