element <admin>
Namespace:
Type:
anonymous complexType
Content:
complex, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 10 elements
Used:
XML Representation Summary
<admin>
   
Content: 
articleinfo?, journal, issue, publisher+, prod*, digprod+, digdist+, paperhistory*, schema, copyright+
</admin>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Administration
Description
Administrative data for proper management of the article.
Examples
example 1
<admin>
    <articleinfo>
        <pagination>
            <fpage>2</fpage>
            <lpage>34</lpage>
        </pagination>
    </articleinfo>
    <journal id="nps9">
        <jtitle>Nouvelles Pratiques Sociales</jtitle>
        <jshorttitle>nps</jshorttitle>
        …
    </journal>
    <issue id="nps722">
        <volume>15</volume>
        <issueno>2</issueno>
        …
    </issue>
    <publisher id="ed3">…</publisher>
    <prod id="prod3">…</prod>
    <digprod id="prodnum4">…</digprod>
    <digdist id="diffnum4">…</digdist>
    <paperhistory>…</paperhistory>
    <schema name="Erudit Article" version="3.0.0" lang="en"/>
    <copyright>…</copyright>
</admin>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="admin">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="articleinfo"/>
<xs:element ref="journal"/>
<xs:element ref="issue"/>
<xs:element maxOccurs="unbounded" ref="publisher"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="prod"/>
<xs:element maxOccurs="unbounded" ref="digprod"/>
<xs:element maxOccurs="unbounded" ref="digdist"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paperhistory"/>
<xs:element ref="schema"/>
<xs:element maxOccurs="unbounded" ref="copyright"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 10/10)
articleinfo
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="articleinfo"/>

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

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

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

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

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

paperhistory
Type:
anonymous (extension of blocktexttype), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="paperhistory"/>

prod
Type:
orgnametype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="prod"/>

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

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

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