Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:size
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the size of the resource with regard to the SizeUnit measurement in form of a number
Diagram
Diagram ELG-SHARE_xsd_Element_ms_amount.tmp#amount ELG-SHARE_xsd_Element_ms_sizeUnit.tmp#sizeUnit ELG-SHARE_xsd_Complex_Type_ms_Size.tmp#http___w3id.org_meta-share_meta-share__Size
Type ms:Size
Properties
content complex
Used by
Model
Children ms:amount, ms:sizeUnit
Instance
<ms:size xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:sizeUnit>{1,1}</ms:sizeUnit>
</ms:size>
Source
<xs:element name="size" type="ms:Size">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the size of the resource with regard to the SizeUnit measurement in form of a number</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/size</identifier>
      <label xml:lang="en">size</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>