noNamespace
element HEADER

Documentation
File specification, information about the authors, imports of other QEDEQ modules and so on are part of the header.
Properties
This component is not nillable.

Model
<HEADER
  email = EMAILTYPE>
(SPECIFICATION, TITLE, ABSTRACT, AUTHORS, IMPORTS, USEDBY )
</HEADER>


Nested Element Summary
 ABSTRACT
          Module contents description. 
 AUTHORS
          List of authors of this module. 
 IMPORTS
          References to other QEDEQ modules that are a precondition for this one. 
 SPECIFICATION
          File specification of this module. 
 TITLE
          Title of this QEDEQ module. 
 USEDBY
          List of QEDEQ modules which use (import) this module. 

Attribute Summary
 EMAILTYPEemail
          Email address for administration services of this QEDEQ module. 

Attribute Detail

email

Email address for administration services of this QEDEQ module.

Type:
EMAILTYPE
Use:
optional
Form:
unqualified

Source
<xs:element name="HEADER">
<xs:complexType>
<xs:sequence>
<xs:element ref="SPECIFICATION">
</xs:element>
<xs:element ref="TITLE">
</xs:element>
<xs:element name="ABSTRACT">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="LATEX"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AUTHORS">
<xs:complexType>
<xs:sequence>
<xs:element name="AUTHOR">
<xs:complexType>
<xs:sequence>
<xs:element name="NAME">
<xs:complexType>
<xs:sequence>
<xs:element ref="LATEX"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="email" type="EMAILTYPE">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="IMPORTS">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="IMPORT">
<xs:complexType>
<xs:sequence>
<xs:element ref="SPECIFICATION">
</xs:element>
</xs:sequence>
<xs:attribute name="label" type="xs:NMTOKEN" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="USEDBY">
<xs:complexType>
<xs:sequence>
<xs:element ref="SPECIFICATION">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="email" type="EMAILTYPE">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.