Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:cost
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces the cost for accessing a resource, formally described as a set of amount and currency unit
Diagram
Diagram ELG-SHARE_xsd_Element_ms_amount.tmp#amount ELG-SHARE_xsd_Element_ms_currency.tmp#currency ELG-SHARE_xsd_Complex_Type_ms_Cost.tmp#http___w3id.org_meta-share_meta-share__Cost
Type ms:Cost
Properties
content complex
Used by
Model
Children ms:amount, ms:currency
Instance
<ms:cost xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:amount>{1,1}</ms:amount>
  <ms:currency>{1,1}</ms:currency>
</ms:cost>
Source
<xs:element name="cost" type="ms:Cost">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces the cost for accessing a resource, formally described as a set of amount and currency unit</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/cost</identifier>
      <label xml:lang="en">cost</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>