noNamespace
element RENAME

Documentation
Rename of bound subject variable at given occurrence by another one. For rule version 0.01.00.
Properties
This component is not nillable.

Model
<RENAME
  occurrence = xs:int
  ref = xs:string>
VAR{0,2}
</RENAME>


Nested Element Summary
 VAR
          Replace this bound subject variable, by the second one. 

Attribute Summary
 xs:intoccurrence
          Marks the occurence of the bound subject variable. 
 xs:stringref
           

Attribute Detail

occurrence

Marks the occurence of the bound subject variable.

Type:
xs:int
Use:
optional
Form:
unqualified

ref


Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="RENAME" substitutionGroup="REASONTYPE">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="2" minOccurs="0" ref="VAR">
</xs:element>
</xs:sequence>
<xs:attribute name="ref" type="xs:string">
</xs:attribute>
<xs:attribute name="occurrence" type="xs:int">
</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.