Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:additionalInfo
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces a point that can be used for further information (e.g. a landing page with a more detailed description of the resource or a general email that can be contacted for further queries)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_landingPage.tmp#landingPage ELG-SHARE_xsd_Element_ms_email.tmp#email
Properties
content complex
Used by
Model
Children ms:email, ms:landingPage
Instance
<ms:additionalInfo xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:landingPage>{1,1}</ms:landingPage>
  <ms:email>{1,1}</ms:email>
</ms:additionalInfo>
Source
<xs:element name="additionalInfo">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces a point that can be used for further information (e.g. a landing page with a more detailed description of the resource or a general email that can be contacted for further queries)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:landingPage"/>
      <xs:element ref="ms:email"/>
    </xs:choice>
  </xs:complexType>
</xs:element>