noNamespace
element IMPORT

Documentation
A single reference to a QEDEQ module that must be imported.
Properties
This component is not nillable.

Model
<IMPORT
  label = xs:NMTOKEN>
SPECIFICATION
</IMPORT>


Nested Element Summary
 SPECIFICATION
          File specification of QEDEQ module to import. 

Attribute Summary
 xs:NMTOKENlabel
          Prefix for labels from referenced QEDEQ module. 

Attribute Detail

label

Prefix for labels from referenced QEDEQ module. References to labels in the referenced module must be extended with this prefix. This label must be unique within this module.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

Source
<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>


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