Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:DescribedEntity
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The (type of) entity that is being described by a metadata record
Diagram
Diagram ELG-SHARE_xsd_Element_ms_LanguageResource.tmp#LanguageResource ELG-SHARE_xsd_Element_ms_LicenceTerms.tmp#http___w3id.org_meta-share_meta-share__LicenceTerms ELG-SHARE_xsd_Element_ms_Document.tmp#Document ELG-SHARE_xsd_Element_ms_Organization.tmp#Organization ELG-SHARE_xsd_Element_ms_Group.tmp#Group ELG-SHARE_xsd_Element_ms_Person.tmp#Person ELG-SHARE_xsd_Element_ms_Project.tmp#Project
Properties
content complex
Used by
Model
Children ms:Document, ms:Group, ms:LanguageResource, ms:LicenceTerms, ms:Organization, ms:Person, ms:Project
Instance
<ms:DescribedEntity xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:LanguageResource>{1,1}</ms:LanguageResource>
  <ms:LicenceTerms>{1,1}</ms:LicenceTerms>
  <ms:Document>{1,1}</ms:Document>
  <ms:Organization>{1,1}</ms:Organization>
  <ms:Group>{1,1}</ms:Group>
  <ms:Person>{1,1}</ms:Person>
  <ms:Project>{1,1}</ms:Project>
</ms:DescribedEntity>
Source
<xs:element name="DescribedEntity">
  <xs:annotation>
    <xs:documentation xml:lang="en">The (type of) entity that is being described by a metadata record</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/DescribedEntity</identifier>
      <relation>oo</relation>
      <label xml:lang="en">type of described entity</label>
      <note xml:lang="en">foaf:primaryTopic in DCAT</note>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ms:LanguageResource"/>
      <xs:element ref="ms:LicenceTerms"/>
      <xs:element ref="ms:Document"/>
      <xs:element ref="ms:Organization"/>
      <xs:element ref="ms:Group"/>
      <xs:element ref="ms:Person"/>
      <xs:element ref="ms:Project"/>
    </xs:choice>
  </xs:complexType>
</xs:element>