element <authority>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<authority
    authoritykey
 = 
xs:NMTOKEN
    >
   
Content: 
persname+ | (orgname, member*)+
</authority>
May contain elements (3):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Author's authority
Description
The authority makes it possible to identify the standardized form of a person's or organization's name with the assistance of the authority key. This form is sometimes called authorized, established or making authority form.
Examples
example 1
<author id="au2"/>
    <contribution>Avec la contribution de</contribution>
    <authority authoritykey="BNF1234567">
        <persname>…</persname>
    </authority>
    <affiliation>…</affiliation>
    <email>…</email>
</author>
example 2
<author id="au1"/>
    <orgname>CSN</orgname>
</author>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="authority">
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="persname"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="orgname"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="member"/>
</xs:sequence>
</xs:choice>
<xs:attribute name="authoritykey" type="xs:NMTOKEN" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
authoritykey
Type:
xs:NMTOKEN, predefined
Use:
required
Label
Authority key
Description
Authority key allowing to gather under a single identifier the various manifestations of a person or organization.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="authoritykey" type="xs:NMTOKEN" use="required">
</xs:attribute>
Content Element Detail (defined in this component only; 3/3)
member
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="member"/>

orgname
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element ref="orgname"/>

persname
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="persname"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set