element <assoceditor>
Namespace:
Type:
anonymous (extension of stafftype)
Content:
complex, 4 attributes, 3 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<assoceditor
    aetype
 = 
("guest" | "regular")
    gender
 = 
("female" | "male")
    id
 = 
xs:ID
    idrefs
 = 
xs:IDREFS
    >
   
Content: 
position*, contribution*, persname
</assoceditor>
May contain elements (3):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Associate editor
Description
Person in charge of editing a journal or serial publication.
Comments
It is recommended that all person's names following a string consisting of “guest-edited by” or similar must appear in the “assoceditor” element, with the “guest” value assigned to the “aetype” attribute, even if this sometimes means repeating information regarding the publisher or the regular associate editor.
Examples
example 1
<assoceditor aetype="regular" gender="female">
    <persname>
        <firstname>Johanne</firstname>
        <familyname>Laplante</familyname>
    </persname>
</assoceditor>
example 2
<assoceditor aetype="regular" gender="female">
    <position>Rédactrice en chef</position>
    <persname>
        <firstname>Maryse</firstname>
        <familyname>Gagné</familyname>
    </persname>
</assoceditor>
example 3
<assoceditor aetype="guest" gender="male">
    <persname>
        <firstname> Georges</firstname>
        <middlename>L.</middlename>
        <familyname>Bastin</familyname>
    </persname>
</assoceditor>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (2); see within schema source)
<xs:element name="assoceditor">
<xs:complexType>
<xs:complexContent>
<xs:extension base="stafftype">
<xs:attribute name="aetype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="guest"/>
<xs:enumeration value="regular"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="idrefs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/4)
aetype
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
Associate editor type
Description

Nature or kind of associate editor.

guest
guest associate editor
regular
regular associate editor
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"guest", "regular"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"guest", "regular"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="aetype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="guest"/>
<xs:enumeration value="regular"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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