Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:hasDivision
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Links an organization to the division(s) it consists of
Diagram
Diagram ELG-SHARE_xsd_Element_ms_divisionName.tmp#divisionName ELG-SHARE_xsd_Element_ms_divisionShortName.tmp#divisionShortName ELG-SHARE_xsd_Element_ms_divisionAlternativeName.tmp#divisionAlternativeName ELG-SHARE_xsd_Element_ms_divisionCategory.tmp#divisionCategory ELG-SHARE_xsd_Element_ms_countryOfRegistration.tmp#countryOfRegistration ELG-SHARE_xsd_Element_ms_organizationBio.tmp#organizationBio ELG-SHARE_xsd_Element_ms_logo.tmp#logo ELG-SHARE_xsd_Element_ms_LTArea.tmp#LTArea ELG-SHARE_xsd_Element_ms_serviceOffered.tmp#serviceOffered ELG-SHARE_xsd_Element_ms_discipline.tmp#discipline ELG-SHARE_xsd_Element_ms_domain.tmp#domain ELG-SHARE_xsd_Element_ms_keyword.tmp#keyword ELG-SHARE_xsd_Element_ms_memberOfAssociation.tmp#memberOfAssociation ELG-SHARE_xsd_Element_ms_email.tmp#email ELG-SHARE_xsd_Element_ms_website.tmp#website 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_Division.tmp#Division
Type ms:Division
Properties
content complex
Used by
Element ms:Organization
Model
Children ms:LTArea, ms:addressSet, ms:countryOfRegistration, ms:discipline, ms:divisionAlternativeName, ms:divisionCategory, ms:divisionName, ms:divisionShortName, ms:domain, ms:email, ms:faxNumber, ms:keyword, ms:logo, ms:memberOfAssociation, ms:organizationBio, ms:serviceOffered, ms:socialMediaOccupationalAccount, ms:telephoneNumber, ms:website
Instance
<ms:hasDivision xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:divisionName xml:lang="">{1,unbounded}</ms:divisionName>
  <ms:divisionShortName xml:lang="">{0,unbounded}</ms:divisionShortName>
  <ms:divisionAlternativeName xml:lang="">{0,unbounded}</ms:divisionAlternativeName>
  <ms:divisionCategory>{0,1}</ms:divisionCategory>
  <ms:countryOfRegistration>{0,unbounded}</ms:countryOfRegistration>
  <ms:organizationBio xml:lang="">{0,unbounded}</ms:organizationBio>
  <ms:logo>{0,1}</ms:logo>
  <ms:LTArea>{0,unbounded}</ms:LTArea>
  <ms:serviceOffered xml:lang="">{0,unbounded}</ms:serviceOffered>
  <ms:discipline xml:lang="">{0,unbounded}</ms:discipline>
  <ms:domain>{0,unbounded}</ms:domain>
  <ms:keyword xml:lang="">{0,unbounded}</ms:keyword>
  <ms:memberOfAssociation>{0,unbounded}</ms:memberOfAssociation>
  <ms:email>{0,unbounded}</ms:email>
  <ms:website>{0,unbounded}</ms:website>
  <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:hasDivision>
Source
<xs:element name="hasDivision" type="ms:Division">
  <xs:annotation>
    <xs:documentation xml:lang="en">Links an organization to the division(s) it consists of</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/hasDivision</identifier>
      <label xml:lang="en">has division</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>