Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:videoFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups information on the format(s) of a resource; repeated if parts of the resource are in different formats
Diagram
Diagram ELG-SHARE_xsd_Element_ms_dataFormat.tmp#dataFormat ELG-SHARE_xsd_Element_ms_colourSpace.tmp#colourSpace ELG-SHARE_xsd_Element_ms_colourDepth.tmp#colourDepth ELG-SHARE_xsd_Element_ms_frameRate.tmp#frameRate ELG-SHARE_xsd_Element_ms_resolution.tmp#resolution ELG-SHARE_xsd_Element_ms_visualModelling.tmp#visualModelling ELG-SHARE_xsd_Element_ms_fidelity.tmp#fidelity ELG-SHARE_xsd_Element_ms_compressed.tmp#compressed ELG-SHARE_xsd_Element_ms_compressionName.tmp#compressionName ELG-SHARE_xsd_Element_ms_compressionLoss.tmp#compressionLoss ELG-SHARE_xsd_Complex_Type_ms_VideoFormat.tmp#http___w3id.org_meta-share_meta-share__VideoFormat
Type ms:VideoFormat
Properties
content complex
Used by
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:fidelity, ms:frameRate, ms:resolution, ms:visualModelling
Instance
<ms:videoFormat xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:dataFormat>{1,1}</ms:dataFormat>
  <ms:colourSpace>{0,unbounded}</ms:colourSpace>
  <ms:colourDepth>{0,unbounded}</ms:colourDepth>
  <ms:frameRate>{0,1}</ms:frameRate>
  <ms:resolution>{0,unbounded}</ms:resolution>
  <ms:visualModelling>{0,1}</ms:visualModelling>
  <ms:fidelity>{0,1}</ms:fidelity>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
</ms:videoFormat>
Source
<xs:element name="videoFormat" type="ms:VideoFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups information on the format(s) of a resource; repeated if parts of the resource are in different formats</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/videoFormat</identifier>
      <label xml:lang="en">video format</label>
      <note xml:lang="en">see how data formats, audio & video formats will be handled; must be on distribution</note>
    </xs:appinfo>
  </xs:annotation>
</xs:element>