Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:dynamicElement
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the dynamic elements that are represented in the video part of the resource
Diagram
Diagram ELG-SHARE_xsd_Element_ms_typeOfElement.tmp#typeOfElement ELG-SHARE_xsd_Element_ms_bodyPart.tmp#bodyPart ELG-SHARE_xsd_Element_ms_distractor.tmp#distractor ELG-SHARE_xsd_Element_ms_interactiveMedia.tmp#interactiveMedia ELG-SHARE_xsd_Element_ms_faceView.tmp#faceView ELG-SHARE_xsd_Element_ms_faceExpression.tmp#faceExpression ELG-SHARE_xsd_Element_ms_bodyMovement.tmp#bodyMovement ELG-SHARE_xsd_Element_ms_gesture.tmp#gesture ELG-SHARE_xsd_Element_ms_handArmMovement.tmp#handArmMovement ELG-SHARE_xsd_Element_ms_handManipulation.tmp#handManipulation ELG-SHARE_xsd_Element_ms_headMovement.tmp#headMovement ELG-SHARE_xsd_Element_ms_eyeMovement.tmp#eyeMovement ELG-SHARE_xsd_Element_ms_posesPerSubject.tmp#posesPerSubject ELG-SHARE_xsd_Complex_Type_ms_DynamicElement.tmp#http___w3id.org_meta-share_meta-share__DynamicElement
Type ms:DynamicElement
Properties
content complex
Used by
Model
Children ms:bodyMovement, ms:bodyPart, ms:distractor, ms:eyeMovement, ms:faceExpression, ms:faceView, ms:gesture, ms:handArmMovement, ms:handManipulation, ms:headMovement, ms:interactiveMedia, ms:posesPerSubject, ms:typeOfElement
Instance
<ms:dynamicElement xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:typeOfElement xml:lang="">{1,unbounded}</ms:typeOfElement>
  <ms:bodyPart>{0,unbounded}</ms:bodyPart>
  <ms:distractor xml:lang="">{0,unbounded}</ms:distractor>
  <ms:interactiveMedia xml:lang="">{0,unbounded}</ms:interactiveMedia>
  <ms:faceView xml:lang="">{0,unbounded}</ms:faceView>
  <ms:faceExpression xml:lang="">{0,unbounded}</ms:faceExpression>
  <ms:bodyMovement xml:lang="">{0,unbounded}</ms:bodyMovement>
  <ms:gesture xml:lang="">{0,unbounded}</ms:gesture>
  <ms:handArmMovement xml:lang="">{0,unbounded}</ms:handArmMovement>
  <ms:handManipulation xml:lang="">{0,unbounded}</ms:handManipulation>
  <ms:headMovement xml:lang="">{0,unbounded}</ms:headMovement>
  <ms:eyeMovement xml:lang="">{0,unbounded}</ms:eyeMovement>
  <ms:posesPerSubject>{0,1}</ms:posesPerSubject>
</ms:dynamicElement>
Source
<xs:element name="dynamicElement" type="ms:DynamicElement">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the dynamic elements that are represented in the video part of the resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/dynamicElement</identifier>
      <label xml:lang="en">dynamic element</label>
      <note xml:lang="en">it was like this in MS-OWL v1, although it's not multiple; helps to organise the elements though</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>