noNamespace
element IMPORTS

Documentation
References to other QEDEQ modules that are a precondition for this one.
Properties
This component is not nillable.

Model
<IMPORTS>
IMPORT
</IMPORTS>


Nested Element Summary
 IMPORT
          A single reference to a QEDEQ module that must be imported. 
Source
<xs:element name="IMPORTS" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="IMPORT" maxOccurs="unbounded">
<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>


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