namespace chord = "urn:ietf:params:xml:ns:p2p-config-chord-128-2" namespace ext = "urn:ietf:params:xml:ns:p2p-config-ext1" namespace p2pcf = "urn:ietf:params:xml:ns:p2p-config-base" namespace rng = "http://relaxng.org/ns/structure/1.0" include "config-schema.rnc" inherit = p2pcf { foreign-elements = element * - (p2pcf:* | chord:* | ext:*) { anything }* } parameter &= element ext:example-extension { text } kind-paramter &= element ext:example-kind-extension { xsd:int } topology-plugin-type |= "Chord-128-2-16a"