Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:linkToOtherMedia
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Describes the linking between different media parts of a resource (how they interact with or link to each other)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_otherMedia.tmp#otherMedia ELG-SHARE_xsd_Element_ms_mediaTypeDetails.tmp#mediaTypeDetails ELG-SHARE_xsd_Element_ms_synchronizedWithText.tmp#synchronizedWithText ELG-SHARE_xsd_Element_ms_synchronizedWithAudio.tmp#synchronizedWithAudio ELG-SHARE_xsd_Element_ms_synchronizedWithVideo.tmp#synchronizedWithVideo ELG-SHARE_xsd_Element_ms_synchronizedWithImage.tmp#synchronizedWithImage ELG-SHARE_xsd_Element_ms_synchronizedWithTextNumerical.tmp#synchronizedWithTextNumerical ELG-SHARE_xsd_Complex_Type_ms_LinkToOtherMedia.tmp#http___w3id.org_meta-share_meta-share__LinkToOtherMedia
Type ms:LinkToOtherMedia
Properties
content complex
Used by
Model
Children ms:mediaTypeDetails, ms:otherMedia, ms:synchronizedWithAudio, ms:synchronizedWithImage, ms:synchronizedWithText, ms:synchronizedWithTextNumerical, ms:synchronizedWithVideo
Instance
<ms:linkToOtherMedia xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:otherMedia>{1,unbounded}</ms:otherMedia>
  <ms:mediaTypeDetails xml:lang="">{0,unbounded}</ms:mediaTypeDetails>
  <ms:synchronizedWithText>{0,1}</ms:synchronizedWithText>
  <ms:synchronizedWithAudio>{0,1}</ms:synchronizedWithAudio>
  <ms:synchronizedWithVideo>{0,1}</ms:synchronizedWithVideo>
  <ms:synchronizedWithImage>{0,1}</ms:synchronizedWithImage>
  <ms:synchronizedWithTextNumerical>{0,1}</ms:synchronizedWithTextNumerical>
</ms:linkToOtherMedia>
Source
<xs:element name="linkToOtherMedia" type="ms:LinkToOtherMedia">
  <xs:annotation>
    <xs:documentation xml:lang="en">Describes the linking between different media parts of a resource (how they interact with or link to each other)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/linkToOtherMedia</identifier>
      <label xml:lang="en">link to other media</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>