Type: required
         Title: change of xml schema of description.xml in .oxt files
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],
Effective from: cws jl40


*Summary*
--------
The xml schema has changed

*Description*
-------------
The new Schema is documented in the specification, which can be found at:

http://specs.openoffice.org/appwide/packagemanager/simple_extension_license.odt

The new schema regarding the licenses is :

default namespace = "http://openoffice.org/extensions/description/2006";
namespace xlink = "http://www.w3.org/1999/xlink";

element description { 
  element registration { 
    element simple-license { 
      attribute accept-by {"user" | "admin"} ,
      attribute default-license-id {xsd:IDREF },
      element license-text { 
        attribute xlink:href {xsd:anyURI} ,
        attribute lang {xsd:language} ,
        attribute license-id {xsd:ID} ?
        } +
    }   
  } ?    
}


Please notice that this schema only reflects the changes for the
licenses and does not contain other possible elements, for example
dependencies.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to