Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:resolution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Groups together information on the image resolution
Diagram
Diagram ELG-SHARE_xsd_Element_ms_sizeWidth.tmp#sizeWidth ELG-SHARE_xsd_Element_ms_sizeHeight.tmp#sizeHeight ELG-SHARE_xsd_Element_ms_resolutionStandard.tmp#resolutionStandard ELG-SHARE_xsd_Complex_Type_ms_Resolution.tmp#http___w3id.org_meta-share_meta-share__Resolution
Type ms:Resolution
Properties
content complex
Used by
Model
Children ms:resolutionStandard, ms:sizeHeight, ms:sizeWidth
Instance
<ms:resolution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:sizeWidth>{1,1}</ms:sizeWidth>
  <ms:sizeHeight>{1,1}</ms:sizeHeight>
  <ms:resolutionStandard>{1,1}</ms:resolutionStandard>
</ms:resolution>
Source
<xs:element name="resolution" type="ms:Resolution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Groups together information on the image resolution</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/resolution</identifier>
      <label xml:lang="en">resolution</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>