Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Imported schema eml-party.xsd
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
'$RCSfile: eml-party.xsd,v $'
       Copyright: 1997-2002 Regents of the University of California,
                            University of New Mexico, and
                            Arizona State University
        Sponsors: National Center for Ecological Analysis and Synthesis and
                  Partnership for Interdisciplinary Studies of Coastal Oceans,
                     University of California Santa Barbara
                  Long-Term Ecological Research Network Office,
                     University of New Mexico
                  Center for Environmental Studies, Arizona State University
   Other funding: National Science Foundation (see README for details)
                  The David and Lucile Packard Foundation
     For Details: http://knb.ecoinformatics.org/

        '$Author: obrien $'
          '$Date: 2009-02-25 23:51:54 $'
      '$Revision: 1.55 $'

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
moduleName: eml-party

moduleDescription: 
          
            
            The eml-party module - People and organization information
          
          
        

recommendedUsage: all datasets

standAlone: yes
Properties
attribute form default unqualified
element form default unqualified
Element ResponsibleParty / individualName
Namespace No namespace
Annotations
tooltip: Individual Name

summary: The full name of the person being
                described

description: 
                  
                    The individualName
                field contains subfields so that  a person's name can be broken
                down into               parts.
                    Note that the the content model for the containing type
        allows a sequence of choices for the first
        element(s): <individualName>, <organizationName> and/or <positionName>.
        This means that a parent element (e.g., creator) may use combinations of the 3 sub-elements
        to make up a single logical party. For example, a creator with only
                the individualName of 'Joe Smith' is NOT the same as a
                creator with the individualName of 'Joe Smith' and the
                organizationName of 'NSF'. To include both a positionName and
                 an organizationName as children of a <contact> implies that anyone
                currently occupying that positionName at that organizationName
                is an appropriate contact.
                The positionName should not be
                used in conjunction with individualName unless only that specific
                individual at that position would be considered appropriate for that
                designation.   
                  
                

example: Because this is an 'elementOnly' field, please
                look at the examples for the subfields 'givenName' and
                'surName'.
Diagram
Diagram eml-party_xsd.tmp#Person_salutation eml-party_xsd.tmp#Person_givenName eml-party_xsd.tmp#Person_surName eml-party_xsd.tmp#Person
Type Person
Properties
content complex
Model
Children givenName, salutation, surName
Instance
<individualName>
  <salutation xml:lang="">{0,unbounded}</salutation>
  <givenName xml:lang="">{0,unbounded}</givenName>
  <surName xml:lang="">{1,1}</surName>
</individualName>
Element Person / salutation
Namespace No namespace
Annotations
tooltip: Salutation

summary: The salutation used to address an
            individual

description: The salutation field is used in addressing an
            individual with a particular title, such as Dr., Ms., Mrs., Mr.,
            etc.

example: Dr.
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children value
Instance
<salutation xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</salutation>
Attributes
QName Type Use
xml:lang optional
Element Person / givenName
Namespace No namespace
Annotations
tooltip: Given name

summary: The given name of the individual.

description: The given name field can be used for first name of
            the individual associated with the resource, or for any other names
            that are not intended to be alphabetized, (as appropriate). Note that
            while it is possible  to include all given names in one field (as in the
            example below), it may be not be good practice to do so. For example, if an
            XSL transformation stylesheet were to abbreviate the content of a
            givenName to just the first initial, a givenName element that contained
            more than one name would not be transformed correctly. 

example: Juan Luis

example: Jane
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children value
Instance
<givenName xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</givenName>
Attributes
QName Type Use
xml:lang optional
Element Person / surName
Namespace No namespace
Annotations
tooltip: Last name

summary: The last name of the individual.

description: The surname field is used for the last name of the
            individual associated with the resource. This is typically the family name
            of an individual, for example, the name by which s/he is referred to in citations.
            

example: San Gil

example: Curtis-Ainsworth

example: Tao
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
mixed true
Model
Children value
Instance
<surName xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</surName>
Attributes
QName Type Use
xml:lang optional
Element ResponsibleParty / organizationName
Namespace No namespace
Annotations
tooltip: Organization name

summary: The full name of the organization being
                described

description: 
                  
                    The responsible party field contains the full
                name of the organization that is associated with the resource.
                This field is intended to describe which institution or overall
                organization is associated with the resource being described.
               
                    Note that the the content model for the containing type
        allows a sequence of choices for the first
        element(s): <individualName>, <organizationName> and/or <positionName>.
        This means that a parent element (e.g., creator) may use combinations of the 3 sub-elements
        to make up a single logical party. For example, a creator with only
                the individualName of 'Joe Smith' is NOT the same as a
                creator with the individualName of 'Joe Smith' and the
                organizationName of 'NSF'. To include both a positionName and
                 an organizationName as children of a <contact> implies that anyone
                currently occupying that positionName at that organizationName
                is an appropriate contact.
                The positionName should not be
                used in conjunction with individualName unless only that specific
                individual at that position would be considered appropriate for that
                designation.   
                  
                

example: National Center for Ecological Analysis and
                Synthesis
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
mixed true
Model
Children value
Instance
<organizationName xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</organizationName>
Attributes
QName Type Use
xml:lang optional
Element ResponsibleParty / positionName
Namespace No namespace
Annotations
tooltip: Position Name

summary: The name of the title or position associated with
                the resource.

description: 
                  
                    This field is intended to be used instead of a
                particular person or full organization name. If the associated
                person who holds the role changes frequently, then Position
                Name would be used for consistency. 
                    Note that the the content model for the containing type
        allows a sequence of choices for the first
        element(s): <individualName>, <organizationName> and/or <positionName>.
        This means that a parent element (e.g., creator) may use combinations of the 3 sub-elements
        to make up a single logical party. For example, a creator with only
                the individualName of 'Joe Smith' is NOT the same as a
                creator with the individualName of 'Joe Smith' and the
                organizationName of 'NSF'. To include both a positionName and
                 an organizationName as children of a <contact> implies that anyone
                currently occupying that positionName at that organizationName
                is an appropriate contact.
                The positionName should not be
                used in conjunction with individualName unless only that specific
                individual at that position would be considered appropriate for that
                designation.   
                  
                

example: Niwot Ridge Data Manager
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
mixed true
Model
Children value
Instance
<positionName xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</positionName>
Attributes
QName Type Use
xml:lang optional
Element ResponsibleParty / address
Namespace No namespace
Annotations
tooltip: Contact address

summary: The full address information for a given responsible
              party entry.

description: The address field is a container for multiple
              subfields that describe the physical or electronic address of the
              responsible party for a resource.

example: Please see the subfield examples.
Diagram
Diagram eml-party_xsd.tmp#Address_id eml-party_xsd.tmp#Address_system eml-party_xsd.tmp#Address_scope eml-party_xsd.tmp#Address_deliveryPoint eml-party_xsd.tmp#Address_city eml-party_xsd.tmp#Address_administrativeArea eml-party_xsd.tmp#Address_postalCode eml-party_xsd.tmp#Address_country eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#Address
Type Address
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Instance
<address id="" scope="document" system="">
  <deliveryPoint xml:lang="">{0,unbounded}</deliveryPoint>
  <city xml:lang="">{0,1}</city>
  <administrativeArea xml:lang="">{0,1}</administrativeArea>
  <postalCode xml:lang="">{0,1}</postalCode>
  <country xml:lang="">{0,1}</country>
  <references system="">{1,1}</references>
</address>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Element Address / deliveryPoint
Namespace No namespace
Annotations
tooltip: Delivery point

summary: The location for postal deliveries.

description: The delivery point field is used for the
              physical address for postal communication. This field is used to
              accommodate the many different international conventions that are
              the equivalent to a U.S. 'street address'.

example: 7209 Coast Drive, Building 44
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children value
Instance
<deliveryPoint xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</deliveryPoint>
Attributes
QName Type Use
xml:lang optional
Element Address / city
Namespace No namespace
Annotations
tooltip: City

summary: The name of the city for the contact.

description: The city field is used for the city name of the
              contact associated with a particular resource.

example: San Francisco
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
mixed true
Model
Children value
Instance
<city xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</city>
Attributes
QName Type Use
xml:lang optional
Element Address / administrativeArea
Namespace No namespace
Annotations
tooltip: Administrative area

summary: The political area of a country.

description: The administrative area field is the equivalent
              of a 'state' in the U.S., or Province in Canada. This field is
              intended to accommodate the many types of international
              administrative areas.

example: Colorado
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
mixed true
Model
Children value
Instance
<administrativeArea xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</administrativeArea>
Attributes
QName Type Use
xml:lang optional
Element Address / postalCode
Namespace No namespace
Annotations
tooltip: Postal code

summary: The postal code used for routing to an
              address.

description: The postal code is equivalent to a U.S. zip
              code, or the number used for routing to an international address.
              The U.S. postal code should include the 5 digit code plus the 4
              digit extension.

example: 93106-2231
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
mixed true
Model
Children value
Instance
<postalCode xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</postalCode>
Attributes
QName Type Use
xml:lang optional
Element Address / country
Namespace No namespace
Annotations
tooltip: Country

summary: The name of the country for the contact's
              address.

description: The country field is used for the name of the
              contact's country.

example: U.S.A.
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
mixed true
Model
Children value
Instance
<country xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</country>
Attributes
QName Type Use
xml:lang optional
Element ResponsibleParty / phone
Namespace No namespace
Annotations
tooltip: Phone

summary: Information about the contact's
              telephone

description: The phone field describes information about the
              responsible party's telephone, be it a voice phone, fax, or
              TTD/TTY type telephone. This field contains an attribute used to
              identify the type.

example: 805-555-2500
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_ResponsibleParty_phone_phonetype
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Default Use Annotation
phonetype xs:string voice optional
tooltip: Phone type

summary: The type of the phone to which this number
                      applies

description: This attribute gives the type of phone
                      to which this number applies. By default, this is assumed
                      to be of type "voice", but other possibilities include
                      "facsimile" and "tdd".
Element ResponsibleParty / electronicMailAddress
Namespace No namespace
Annotations
tooltip: Email address

summary: The email address of the contact.

description: The electronic mail address is the email address
              for the party. It is intended to be an Internet SMTP email
              address, which should consist of a username followed by the @
              symbol, followed by the email server domain name address. Other
              address types are allowable.

example: my-email@mydomain.edu
Diagram
Diagram xml_xsd.tmp#lang eml-resource_xsd.tmp#i18nNonEmptyStringType_value eml-resource_xsd.tmp#i18nNonEmptyStringType
Type i18nNonEmptyStringType
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children value
Instance
<electronicMailAddress xml:lang="">
  <value xml:lang="">{0,unbounded}</value>
</electronicMailAddress>
Attributes
QName Type Use
xml:lang optional
Element ResponsibleParty / onlineUrl
Namespace No namespace
Annotations
tooltip: Online Link

summary: A link to associated online information, usually a
              web site.

description: A link to associated online information, usually
              a web site. When the party represents an organization, this is
              the URL to a website or other online information about the
              organization. If the party is an individual, it might be their
              personal web site or other related online information about the
              party.

example: http://www.yourdomain.edu/~doe
Diagram
Diagram
Type xs:anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Element ResponsibleParty / userId
Namespace No namespace
Annotations
tooltip: User Identifier

summary: An identifier that links this party to a
              directory of individuals

description: An identifier that links this party to a
              directory of individuals.  Although specific contact information
              for a party might change, the underlying correspondence to a
              real individual does not.  This identifier provides a pointer
              within a directory of individuals that may contain further, and
              possibly more current, information about the party.
              

example: https://orcid.org/0000-0002-1825-0097

example: 
                uid=jtown,o=NCEAS,dc=ecoinformatics,dc=org
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_ResponsibleParty_userId_directory
Type extension of xs:string
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
directory xs:string required
tooltip: Directory

summary: The directory system within which the
                      directoryId can be retrieved.

description: This attribute names the directory system
                      to which this userId applies. This will generally
                      be a URL that shows how to look up information, for
                      example an LDAP URL. However, it could also be a
                      non-parsable description of the directory system if
                      that is all that is available.

example: https://orcid.org

example: 
                        ldap:///ldap.ecoinformatics.org/dc=ecoinformatics,dc=org
Element party
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
tooltip: Responsible party

summary: An individual, organization, or role.
        

description: The responsible party contains multiple
        subfields that are used to describe a person, organization, or
        position within an organization.
        It is intended to be used to fully document contact
        information for many types of associations, such as owner, manager,
        steward, curator, etc.
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup eml-party_xsd.tmp#ResponsibleParty
Type ResponsibleParty
Properties
content complex
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Instance
<party id="" scope="document" system="" xmlns="https://eml.ecoinformatics.org/party-2.2.0">
  <individualName>{1,1}</individualName>
  <organizationName xml:lang="">{1,1}</organizationName>
  <positionName xml:lang="">{1,1}</positionName>
  <address id="" scope="document" system="">{0,unbounded}</address>
  <phone phonetype="voice">{0,unbounded}</phone>
  <electronicMailAddress xml:lang="">{0,unbounded}</electronicMailAddress>
  <onlineUrl>{0,unbounded}</onlineUrl>
  <userId directory="">{0,unbounded}</userId>
  <references system="">{1,1}</references>
</party>
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Complex Type ResponsibleParty
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
tooltip: Responsible party

summary: The individual, organization, or role associated with a
        resource.

description: 
          
            The ResponsibleParty Type contains
        elements that are used to describe the person, organization or
        position within an organization that is associated in some way with the
        resource. It is intended to be used to fully document contact
        information for many types of associations, such as owner, manager,
        steward, curator, etc.
            Note that the content model for a responsible party type
        allows a sequence of choices for the first
        element(s): <individualName>, <organizationName> and/or <positionName>.
        This means that a parent element (e.g., creator) may use combinations of the 3 sub-elements
        to make up a single logical party. For example, a creator with only
                the individualName of 'Joe Smith' is NOT the same as a
                creator with the individualName of 'Joe Smith' and the
                organizationName of 'NSF'. To include both a positionName and
                 an organizationName as children of a <contact> implies that anyone
                currently occupying that positionName at that organizationName
                is an appropriate contact.
                The positionName should not be
                used in conjunction with individualName unless only that specific
                individual at that position would be considered appropriate for that
                designation.   
          
        

example: Please see the examples for the particular
        subfields.
Diagram
Diagram eml-party_xsd.tmp#ResponsibleParty_id eml-party_xsd.tmp#ResponsibleParty_system eml-party_xsd.tmp#ResponsibleParty_scope eml-party_xsd.tmp#ResponsibleParty_individualName eml-party_xsd.tmp#ResponsibleParty_organizationName eml-party_xsd.tmp#ResponsibleParty_positionName eml-party_xsd.tmp#ResponsibleParty_address eml-party_xsd.tmp#ResponsibleParty_phone eml-party_xsd.tmp#ResponsibleParty_electronicMailAddress eml-party_xsd.tmp#ResponsibleParty_onlineUrl eml-party_xsd.tmp#ResponsibleParty_userId eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup
Model
Children address, electronicMailAddress, individualName, onlineUrl, organizationName, phone, positionName, references, userId
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Complex Type Person
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
tooltip: Person

summary: The full name of the individual associated with the
        resource.

description: 
          
            The person Type is used to enter the salutation, and
        two types of name parts for an individual associated with the
        resource. It uses these three subfields to help parse the person's
        entire name.
             The two elements, <givenName>  and  <surName>,
             allow parsing of many types of names, even though distinct elements
             do not exist for concepts like "middle name" and "compound surname".
        <givenName> should be used for parts of the name that are often
        shortened to a first initial, or are not used for ordering, and typically includes
        first and middle names.
        The <surName> field is intended to be used for the part of the name that
        is generally displayed in its entirety and/or is alphabetized or otherwise ordered
        when appropriate. Note that only one
        <surName> is allowed, and is required, while <givenName>s are
       optional and unbounded.    
            The arrangement and content of the sub-elements is entirely
       up to the EML document's author, who presumably has first-hand knowledge of
       how the names are to be constructed. For example, if element position is important
       (e.g., the list of a book's        authors), then
       EML authors should put the creators in that order. If it is appropriate for a
       resource to have its creators sorted alphabetically, then the EML author
       should construct the name parts so that the<surName> field may be used for
       this purpose. At this time, EML is not able to express cultural
       conventions so that authors may indicate the correct order for
       <givenName>s and <surName> when the whole name is expressed.
       However support for international names
       is under consideration for a future version of
       EML, along with other internationalization features.
     
          
        

example: Please see the examples within each
        subfield.
Diagram
Diagram eml-party_xsd.tmp#Person_salutation eml-party_xsd.tmp#Person_givenName eml-party_xsd.tmp#Person_surName
Model
Children givenName, salutation, surName
Complex Type Address
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
tooltip: Address

summary: The full address of the resposible party.

description: The address field is provides detailed information for
        communicating with a party contact via electronic mail or postal mail,
        including the physical delivery location.

example: Please see the examples for each subfield
Diagram
Diagram eml-party_xsd.tmp#Address_id eml-party_xsd.tmp#Address_system eml-party_xsd.tmp#Address_scope eml-party_xsd.tmp#Address_deliveryPoint eml-party_xsd.tmp#Address_city eml-party_xsd.tmp#Address_administrativeArea eml-party_xsd.tmp#Address_postalCode eml-party_xsd.tmp#Address_country eml-resource_xsd.tmp#ReferencesGroup_references eml-resource_xsd.tmp#ReferencesGroup
Model
Children administrativeArea, city, country, deliveryPoint, postalCode, references
Attributes
QName Type Default Use
id IDType optional
scope ScopeType document optional
system SystemType optional
Simple Type RoleType
Namespace https://eml.ecoinformatics.org/party-2.2.0
Annotations
tooltip: Role

summary: The classification of the associated person or
        organization.

description: The role code field provides information on how a
        person or organization is related to a resource. There may be many
        people associated, including an 'originator' of a dataset, an 'author',
        'editor', or 'publisher' of a literature resource, or an organization
        that is a 'distributor'. the full list of choices is included in the
        example.

example: author, contentProvider, custodianSteward, distributor,
        editor, metadataProvider, originator, pointOfContact,
        principalInvestigator, processor, publisher, or user.
Diagram
Diagram
Type union of(restriction of xs:string, xs:string)
Attribute Address / @id
Namespace No namespace
Type IDType
Properties
use optional
Attribute Address / @system
Namespace No namespace
Type SystemType
Properties
use optional
Attribute Address / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document
Attribute ResponsibleParty / phone / @phonetype
Namespace No namespace
Annotations
tooltip: Phone type

summary: The type of the phone to which this number
                      applies

description: This attribute gives the type of phone
                      to which this number applies. By default, this is assumed
                      to be of type "voice", but other possibilities include
                      "facsimile" and "tdd".
Type xs:string
Properties
use optional
default voice
Attribute ResponsibleParty / userId / @directory
Namespace No namespace
Annotations
tooltip: Directory

summary: The directory system within which the
                      directoryId can be retrieved.

description: This attribute names the directory system
                      to which this userId applies. This will generally
                      be a URL that shows how to look up information, for
                      example an LDAP URL. However, it could also be a
                      non-parsable description of the directory system if
                      that is all that is available.

example: https://orcid.org

example: 
                        ldap:///ldap.ecoinformatics.org/dc=ecoinformatics,dc=org
Type xs:string
Properties
use required
Attribute ResponsibleParty / @id
Namespace No namespace
Type IDType
Properties
use optional
Attribute ResponsibleParty / @system
Namespace No namespace
Type SystemType
Properties
use optional
Attribute ResponsibleParty / @scope
Namespace No namespace
Type ScopeType
Properties
use optional
default document
Facets
enumeration system
enumeration document