| Namespace |
http://w3id.org/meta-share/meta-share/ |
|
Annotations
|
Indicates the level of conversational interaction between speakers (for audio component) or participants (for video component) |
|
|
Diagram
|
|
| Type |
restriction of xs:anyURI |
|
Properties
|
|
|
Facets
|
| enumeration |
http://w3id.org/meta-share/meta-share/interactive1 |
|
| enumeration |
http://w3id.org/meta-share/meta-share/nonInteractive |
|
| enumeration |
http://w3id.org/meta-share/meta-share/other |
|
| enumeration |
http://w3id.org/meta-share/meta-share/overlapping |
|
| enumeration |
http://w3id.org/meta-share/meta-share/semiInteractive |
|
|
|
Used by
|
|
|
Source
|
<xs:element name="interactivity">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the level of conversational interaction between speakers (for audio component) or participants (for video component)</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/interactivity</identifier>
<label xml:lang="en">interactivity</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/interactive1">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/interactive1</identifier>
<label xml:lang="en">interactive</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/nonInteractive">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/nonInteractive</identifier>
<label xml:lang="en">non interactive</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/other">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/other</identifier>
<label xml:lang="en">other</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/overlapping">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/overlapping</identifier>
<label xml:lang="en">overlapping</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/semiInteractive">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/semiInteractive</identifier>
<label xml:lang="en">semi-interactive</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|