element <digpub>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<digpub>
   
Content: 
date+
</digpub>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Digital publication
Description
Information linked to the act of digitally publishing an article.
Examples
example 1
<digpub>
    <date datetype="publication">2001-01-28</date>
</digpub>
example 2
<digpub>
    <date datetype="validation">1997-09-15</date>
    <date datetype="publication">1997-09-22</date>
    <date datetype="publication2">1998-04-06</date>
</digpub>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="digpub">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="date"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
date
Type:
anonymous (extension of xs:date), simple content
Simple Content
xs:date
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="date"/>

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