http://www.jmmc.fr/jmcs/models/0.1
element model

Documentation
                A common representation of every models.
            
Properties
This component is not nillable.

Model
<model
  name = xsd:string
  type = xsd:string>
(model*, desc?, parameter*, parameterLink* )
</model>


Nested Element Summary
xsd:stringdesc
          
 model
          
 parameter
          
 parameterLink
          

Attribute Summary
 xsd:stringname
          
 xsd:stringtype
          

Attribute Detail

name

Type:
xsd:string
Use:
required
Form:
unqualified

type

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="model">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="model"/>
<xsd:element maxOccurs="1" minOccurs="0" name="desc" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="parameter"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="parameterLink"/>
</xsd:sequence>
<xsd:attributeGroup ref="ModelAttributes"/>
</xsd:complexType>
</xsd:element>


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