Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:imageFormat
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Provides information on each of the format(s) of the image part of a resource
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_resolution.tmp#resolution ELG-SHARE_xsd_Element_ms_visualModelling.tmp#visualModelling 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_Element_ms_rasterOrVectorGraphics.tmp#rasterOrVectorGraphics ELG-SHARE_xsd_Element_ms_quality.tmp#quality ELG-SHARE_xsd_Complex_Type_ms_ImageFormat.tmp#http___w3id.org_meta-share_meta-share__ImageFormat
Type ms:ImageFormat
Properties
content complex
Used by
Model
Children ms:colourDepth, ms:colourSpace, ms:compressed, ms:compressionLoss, ms:compressionName, ms:dataFormat, ms:quality, ms:rasterOrVectorGraphics, ms:resolution, ms:visualModelling
Instance
<ms:imageFormat 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:resolution>{0,unbounded}</ms:resolution>
  <ms:visualModelling>{0,1}</ms:visualModelling>
  <ms:compressed>{1,1}</ms:compressed>
  <ms:compressionName>{0,1}</ms:compressionName>
  <ms:compressionLoss>{0,1}</ms:compressionLoss>
  <ms:rasterOrVectorGraphics>{0,1}</ms:rasterOrVectorGraphics>
  <ms:quality>{0,1}</ms:quality>
</ms:imageFormat>
Source
<xs:element name="imageFormat" type="ms:ImageFormat">
  <xs:annotation>
    <xs:documentation xml:lang="en">Provides information on each of the format(s) of the image part of a resource</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/imageFormat</identifier>
      <label xml:lang="en">image format</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>