IMInteroperability/CommonExtensionProposal1.0: measurement_service.rnc

File measurement_service.rnc, 447 bytes (added by Jeanne Ohren, 11 years ago)
Line 
1# An extension for defining services on nodes for I&M
2datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"
3
4default namespace = "http://www.geni.net/resources/rspec/ext/measurement/1"
5
6start = Tag
7
8Tag = element services {
9    element enable {
10        attribute type { xsd:string }
11        & attribute name { xsd:string }
12    }+
13    | element disable {
14        attribute type { xsd:string }
15        & attribute name {xsd:string }
16    }+
17}