noNamespace
element CHANGED_RULE

Documentation
Modifications to other existing rules.
Properties
This component is not nillable.

Model
<CHANGED_RULE
  name = xs:string
  version = xs:string>
LATEX+
</CHANGED_RULE>


Nested Element Summary
 LATEX
          

Attribute Summary
 xs:stringname
          
 xs:stringversion
          Version of this rule. 

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

version

Version of this rule. In combination with the name it identifies a previous rule.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="CHANGED_RULE">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="LATEX"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="version" 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.