Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:SoftwareDistribution
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Any form with which software is distributed (e.g.,  web services, executable or code files, etc.)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_SoftwareDistributionForm.tmp#SoftwareDistributionForm ELG-SHARE_xsd_Element_ms_executionLocation.tmp#executionLocation ELG-SHARE_xsd_Element_ms_downloadLocation.tmp#downloadLocation ELG-SHARE_xsd_Element_ms_dockerDownloadLocation.tmp#dockerDownloadLocation ELG-SHARE_xsd_Element_ms_serviceAdapterDownloadLocation.tmp#serviceAdapterDownloadLocation ELG-SHARE_xsd_Element_ms_accessLocation.tmp#accessLocation ELG-SHARE_xsd_Element_ms_demoLocation.tmp#demoLocation ELG-SHARE_xsd_Element_ms_isDescribedBy.tmp#isDescribedBy ELG-SHARE_xsd_Element_ms_additionalHWRequirements.tmp#additionalHWRequirements ELG-SHARE_xsd_Element_ms_command.tmp#command ELG-SHARE_xsd_Element_ms_webServiceType.tmp#webServiceType ELG-SHARE_xsd_Element_ms_operatingSystem.tmp#operatingSystem ELG-SHARE_xsd_Element_ms_licenceTerms_1.tmp#licenceTerms ELG-SHARE_xsd_Element_ms_cost.tmp#cost ELG-SHARE_xsd_Element_ms_membershipInstitution.tmp#membershipInstitution ELG-SHARE_xsd_Element_ms_attributionText.tmp#attributionText ELG-SHARE_xsd_Element_ms_copyrightStatement.tmp#copyrightStatement ELG-SHARE_xsd_Element_ms_availabilityStartDate.tmp#availabilityStartDate ELG-SHARE_xsd_Element_ms_availabilityEndDate.tmp#availabilityEndDate ELG-SHARE_xsd_Element_ms_distributionRightsHolder.tmp#distributionRightsHolder ELG-SHARE_xsd_Complex_Type_ms_SoftwareDistribution.tmp#http___w3id.org_meta-share_meta-share__SoftwareDistribution
Type ms:SoftwareDistribution
Properties
content complex
Used by
Element ms:ToolService
Model
Children ms:SoftwareDistributionForm, ms:accessLocation, ms:additionalHWRequirements, ms:attributionText, ms:availabilityEndDate, ms:availabilityStartDate, ms:command, ms:copyrightStatement, ms:cost, ms:demoLocation, ms:distributionRightsHolder, ms:dockerDownloadLocation, ms:downloadLocation, ms:executionLocation, ms:isDescribedBy, ms:licenceTerms, ms:membershipInstitution, ms:operatingSystem, ms:serviceAdapterDownloadLocation, ms:webServiceType
Instance
<ms:SoftwareDistribution xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:SoftwareDistributionForm>{1,1}</ms:SoftwareDistributionForm>
  <ms:executionLocation>{0,1}</ms:executionLocation>
  <ms:downloadLocation>{0,1}</ms:downloadLocation>
  <ms:dockerDownloadLocation>{0,1}</ms:dockerDownloadLocation>
  <ms:serviceAdapterDownloadLocation>{0,1}</ms:serviceAdapterDownloadLocation>
  <ms:accessLocation>{0,1}</ms:accessLocation>
  <ms:demoLocation>{0,1}</ms:demoLocation>
  <ms:isDescribedBy>{0,1}</ms:isDescribedBy>
  <ms:additionalHWRequirements>{0,1}</ms:additionalHWRequirements>
  <ms:command>{0,1}</ms:command>
  <ms:webServiceType>{0,1}</ms:webServiceType>
  <ms:operatingSystem>{0,unbounded}</ms:operatingSystem>
  <ms:licenceTerms>{1,unbounded}</ms:licenceTerms>
  <ms:cost>{0,1}</ms:cost>
  <ms:membershipInstitution>{0,unbounded}</ms:membershipInstitution>
  <ms:attributionText xml:lang="">{0,unbounded}</ms:attributionText>
  <ms:copyrightStatement xml:lang="">{0,unbounded}</ms:copyrightStatement>
  <ms:availabilityStartDate>{0,1}</ms:availabilityStartDate>
  <ms:availabilityEndDate>{0,1}</ms:availabilityEndDate>
  <ms:distributionRightsHolder>{0,unbounded}</ms:distributionRightsHolder>
</ms:SoftwareDistribution>
Source
<xs:element name="SoftwareDistribution" type="ms:SoftwareDistribution">
  <xs:annotation>
    <xs:documentation xml:lang="en">Any form with which software is distributed (e.g., web services, executable or code files, etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/SoftwareDistribution</identifier>
      <label xml:lang="en">Software distribution</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/Distribution</subclassOf>
    </xs:appinfo>
  </xs:annotation>
</xs:element>