element <aissueno>
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<aissueno
    heading
 = 
xs:token
    numeration
 = 
("other" | "decimal" | "ucaseletter" | "lcaseletter" | "ucaseroman" | "lcaseroman")
    >
   
Content: 
{ xs:token }
</aissueno>
May be included in elements (1):
Known Usage Locations
Annotation
Label
Another number in journal numbering
Description
Another number in journal numbering.
Comments
In this element, insert the number of an issue only if the “issueno” and “volume” elements, are already used for the main numbering.
Examples
example 1
<issue id="">
    <volume numeration="ucaseroman">III</volume>
    <issueno numeration="decimal">1</issueno>
    <aissueno numeration="decimal">7</aissueno> …
</issue>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="aissueno" type="numberingtype">
</xs:element>

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