Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:affiliatedOrganization
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the organization that a person is affiliated with or works for
Diagram
Diagram ELG-SHARE_xsd_Complex_Type_ms_GenericOrganization.tmp#GenericOrganization_actorType ELG-SHARE_xsd_Element_ms_organizationName.tmp#organizationName ELG-SHARE_xsd_Element_ms_OrganizationIdentifier.tmp#OrganizationIdentifier ELG-SHARE_xsd_Element_ms_website.tmp#website ELG-SHARE_xsd_Complex_Type_ms_GenericOrganization.tmp#GenericOrganization
Type ms:GenericOrganization
Properties
content complex
Used by
Complex Type ms:Affiliation
Model
Children ms:OrganizationIdentifier, ms:actorType, ms:organizationName, ms:website
Instance
<ms:affiliatedOrganization xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:actorType>{1,1}</ms:actorType>
  <ms:organizationName xml:lang="">{1,unbounded}</ms:organizationName>
  <ms:OrganizationIdentifier ms:OrganizationIdentifierScheme="">{0,unbounded}</ms:OrganizationIdentifier>
  <ms:website>{0,unbounded}</ms:website>
</ms:affiliatedOrganization>
Source
<xs:element name="affiliatedOrganization" type="ms:GenericOrganization">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the organization that a person is affiliated with or works for</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/affiliatedOrganization</identifier>
      <label xml:lang="en">affiliated organization</label>
    </xs:appinfo>
  </xs:annotation>
</xs:element>