http://www.phpgedview.net
element PGVRList

Model
<PGVRList
  filter1 = xs:string
  filter2 = xs:string
  filter3 = xs:string
  list = xs:string
  sortby = xs:string>
(PGVRif | PGVRSetVar | PGVRCell | PGVRTextBox | PGVRList | PGVRLine | PGVRImage | PGVRHighlightedImage | PGVRGedcom)
</PGVRList>


Nested Element Summary
 PGVRCell
          
 PGVRGedcom
          
 PGVRHighlightedImage
          
 PGVRif
          
 PGVRImage
          
 PGVRLine
          
 PGVRList
          
 PGVRSetVar
          
 PGVRTextBox
          

Attribute Summary
 xs:stringfilter1
          
 xs:stringfilter2
          
 xs:stringfilter3
          
 xs:stringlist
          
 xs:stringsortby
          

Nested Element Detail

PGVRCell

Details:
PGVRCell

PGVRGedcom

Details:
PGVRGedcom

PGVRHighlightedImage

Details:
PGVRHighlightedImage

PGVRif

Details:
PGVRif

PGVRImage

Details:
PGVRImage

PGVRLine

Details:
PGVRLine

PGVRList

Details:
PGVRList

PGVRSetVar

Details:
PGVRSetVar

PGVRTextBox

Details:
PGVRTextBox


Attribute Detail

filter1

Type:
xs:string
Use:
required
Form:
unqualified

filter2

Type:
xs:string
Use:
required
Form:
unqualified

filter3

Type:
xs:string
Use:
required
Form:
unqualified

list

Type:
xs:string
Use:
required
Form:
unqualified

sortby

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="PGVRList">
<xs:complexType>
<xs:sequence>
<xs:group ref="containerGroup"/>
</xs:sequence>
<xs:attribute name="list" type="xs:string" use="required"/>
<xs:attribute name="filter1" type="xs:string" use="required"/>
<xs:attribute name="filter2" type="xs:string" use="required"/>
<xs:attribute name="filter3" type="xs:string" use="required"/>
<xs:attribute name="sortby" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>


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