Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:affiliation
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Introduces information on an organization to whom the person is affiliated and the data relevant to this relation (i.e. position, email , etc.)
Diagram
Diagram ELG-SHARE_xsd_Element_ms_position.tmp#position ELG-SHARE_xsd_Element_ms_affiliatedOrganization.tmp#affiliatedOrganization ELG-SHARE_xsd_Element_ms_email.tmp#email ELG-SHARE_xsd_Element_ms_homepage.tmp#homepage ELG-SHARE_xsd_Element_ms_addressSet.tmp#addressSet ELG-SHARE_xsd_Element_ms_telephoneNumber.tmp#telephoneNumber ELG-SHARE_xsd_Element_ms_faxNumber.tmp#faxNumber ELG-SHARE_xsd_Element_ms_socialMediaOccupationalAccount.tmp#socialMediaOccupationalAccount ELG-SHARE_xsd_Complex_Type_ms_Affiliation.tmp#http___w3id.org_meta-share_meta-share__Affiliation
Type ms:Affiliation
Properties
content complex
Used by
Element ms:Person
Model
Children ms:addressSet, ms:affiliatedOrganization, ms:email, ms:faxNumber, ms:homepage, ms:position, ms:socialMediaOccupationalAccount, ms:telephoneNumber
Instance
<ms:affiliation xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:position xml:lang="">{0,unbounded}</ms:position>
  <ms:affiliatedOrganization>{1,1}</ms:affiliatedOrganization>
  <ms:email>{0,unbounded}</ms:email>
  <ms:homepage>{0,unbounded}</ms:homepage>
  <ms:addressSet>{0,unbounded}</ms:addressSet>
  <ms:telephoneNumber>{0,unbounded}</ms:telephoneNumber>
  <ms:faxNumber>{0,unbounded}</ms:faxNumber>
  <ms:socialMediaOccupationalAccount ms:socialMediaOccupationalAccountType="">{0,unbounded}</ms:socialMediaOccupationalAccount>
</ms:affiliation>
Source
<xs:element name="affiliation" type="ms:Affiliation">
  <xs:annotation>
    <xs:documentation xml:lang="en">Introduces information on an organization to whom the person is affiliated and the data relevant to this relation (i.e. position, email , etc.)</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/affiliation</identifier>
      <label xml:lang="en">affiliation</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>