<xs:element name="licenceCategory">
<xs:annotation>
<xs:documentation xml:lang="en">Categorises a licence according to a classification scheme</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/licenceCategory</identifier>
<label xml:lang="en">licence category</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/academic1">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/academic1</identifier>
<label xml:lang="en">academic</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/public">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/public</identifier>
<label xml:lang="en">public</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/restricted">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/restricted</identifier>
<label xml:lang="en">restricted</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |