Stress tests Header

http://xframe.sf.net/sample/stress
element russianDoll

Documentation
An example of russian doll element declaration.

Model
<russianDoll
  name = xs:string
  optAttr = xs:string
  test3 = st:test3Type>
rdRoot
</russianDoll>

<rdRoot>
(rdChild1, rdChild2 )
  name = xs:string
  optAttr = xs:string
  test2 = st:test2Type
</rdRoot>

<rdChild2>
(child2node | child2stress)
  name = xs:string
  optAttr = xs:string
  test1 = st:test1Type
</rdChild2>



Attribute Summary
 xs:stringname
          
 xs:stringoptAttr
          
 st:test3Typetest3
          This is yet another simple attribute test 

Attribute Detail

name

xs:string name


optAttr

xs:string optAttr


test3

st:test3Type test3
This is yet another simple attribute test


Local Usage
stressType

Source
<xs:element name="russianDoll">
<xs:complexType>
<xs:sequence>
<xs:element name="rdRoot">
<xs:complexType>
<xs:sequence>
<xs:element name="rdChild1" type="xs:string"/>
<xs:element name="rdChild2">
<xs:complexType>
<xs:choice>
<xs:element name="child2node" type="st:nodeType"/>
<xs:element name="child2stress" type="st:stressType"/>
</xs:choice>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="optAttr" type="xs:string" use="optional"/>
<xs:attribute ref="st:test1"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="optAttr" type="xs:string" use="optional"/>
<xs:attribute ref="st:test2"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="optAttr" type="xs:string" use="optional"/>
<xs:attribute ref="st:test3"/>
</xs:complexType>
</xs:element>

Stress tests Header

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.
(This is an individual bottom text to test the nested bottom tag of the xsddoc Ant Task.)