element <date>
Namespace:
Type:
anonymous (extension of xs:date)
Content:
simple, 1 attribute
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<date
    datetype
 = 
xs:NMTOKEN
    >
   
Content: 
{ xs:date }
</date>
May be included in elements (1):
Known Usage Locations
Annotation
Label
Date
Description
A date associated with a particular event in the article’s life cycle.
Format
The required format is ISO 8601: CCYY-MM-DD.
References
ISO 8601 (http://www.iso.org/iso/fr/prods-services/popstds/datesandtime.html)
Anonymous Type Detail
Type Derivation Tree
xs:date
  complexType (extension)
Derivation:
extension of xs:date
XML Source (w/o annotations (2); see within schema source)
<xs:element name="date">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:date">
<xs:attribute name="datetype" type="xs:NMTOKEN">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
datetype
Type:
xs:NMTOKEN, predefined
Use:
optional
Label
Date type
Description
Nature or genre of the date as established by a set of components, properties that determine its belonging to a specific category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="datetype" type="xs:NMTOKEN">
</xs:attribute>

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