We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e27c1 commit b8a6965Copy full SHA for b8a6965
resources/qgis-resource-metadata.xsd
@@ -81,6 +81,11 @@
81
<xs:documentation>Attribution or copyright associated with a given resource.</xs:documentation>
82
</xs:annotation>
83
</xs:element>
84
+ <xs:element name="license" type="xs:string" minOccurs="1" maxOccurs="unbounded">
85
+ <xs:annotation>
86
+ <xs:documentation>License associated with a given resource (examples: http://opendefinition.org/licenses/).</xs:documentation>
87
+ </xs:annotation>
88
+ </xs:element>
89
<xs:element name="encoding" type="xs:string" minOccurs="0">
90
<xs:annotation>
91
<xs:documentation>Character encoding of the data of a given resource.</xs:documentation>
0 commit comments