noNamespace
element SPECIFICATION

Documentation
File specification of this module. What is the name of this module and where to find it.
Properties
This component is not nillable.

Model
<SPECIFICATION
  name = xs:string
  ruleVersion = xs:string>
LOCATIONS
</SPECIFICATION>


Nested Element Summary
 LOCATIONS
          List of locations to find the QEDEQ module. 

Attribute Summary
 xs:stringname
          Technical name of QEDEQ module. 
 xs:stringruleVersion
          Locical rule version that is needed to be able to make the derivations made in the QEDEQ module. 

Attribute Detail

name

Technical name of QEDEQ module. Also the main part of the file name. The complete name has ".xml" appended. Together with an LOCATION the complete path to a QEDEQ module can be build.

Type:
xs:string
Use:
required
Form:
unqualified

ruleVersion

Locical rule version that is needed to be able to make the derivations made in the QEDEQ module.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="SPECIFICATION">
<xs:complexType>
<xs:sequence>
<xs:element name="LOCATIONS">
<xs:complexType>
<xs:sequence>
<xs:element name="LOCATION" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="value" type="LOCATIONTYPE" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="ruleVersion" type="xs:string" 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.