default namespace a = "http://apstandard.com/ns/1/licensing/activation-data" namespace l = "http://apstandard.com/ns/1/licensing" namespace sa = "http://apstandard.com/ns/1" namespace local = "" ## This part is related to aspect schema of license activation data file grammar { start = ActivationData definedByApplication = element * - ( sa:* | l:* | a:* | local:* ) { attribute * { text }*, ( text | definedByApplication )* } ActivationData = element activation { ## URI element of application site to bound license to element uri { xsd:anyURI } ?, ## IP address of site where aplication is deployed element ip-address { text } *, ## Hostname of site where aplication is deployed element hostname { text } *, ## Domain name where application hosted element domain { text } *, definedByApplication * } }