<xs:element name="durationUnit">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the unit used for measuring the duration of a resource</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/durationUnit</identifier>
<label xml:lang="en">duration unit</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/hour">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/hour</identifier>
<label xml:lang="en">hour</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/minute1">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/minute1</identifier>
<label xml:lang="en">minute</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/second1">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/second1</identifier>
<label xml:lang="en">second</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |