http://www.phpgedview.net
element PGVRCell

Model
<PGVRCell
  align = xs:string
  border = xs:unsignedByte
  fill = xs:string
  height = xs:unsignedByte
  style = xs:string
  width = xs:string>
(PGVRvar* | PGVRNow | PGVRPageNum | PGVRTotalPages | PGVRGetPersonName | PGVRGedcomValue | PGVRListTotal | br | PGVRFootnoteTexts | PGVRvarLetter | PGVRText | PGVRImage | PGVRHighlightedImage)
</PGVRCell>


Nested Element Summary
 br
          
 PGVRFootnoteTexts
          
 PGVRGedcomValue
          
 PGVRGetPersonName
          
 PGVRHighlightedImage
          
 PGVRImage
          
 PGVRListTotal
          
 PGVRNow
          
 PGVRPageNum
          
 PGVRText
          
 PGVRTotalPages
          
 PGVRvar
          
 PGVRvarLetter
          

Attribute Summary
 xs:stringalign
          
 xs:unsignedByteborder
          
 xs:stringfill
          
 xs:unsignedByteheight
          
 xs:stringstyle
          
 xs:stringwidth
          

Nested Element Detail

br


PGVRFootnoteTexts


PGVRGedcomValue

Details:
PGVRGedcomValue

PGVRGetPersonName

Details:
PGVRGetPersonName

PGVRHighlightedImage

Details:
PGVRHighlightedImage

PGVRImage

Details:
PGVRImage

PGVRListTotal


PGVRNow


PGVRPageNum


PGVRText

Details:
PGVRText

PGVRTotalPages


PGVRvar

Details:
PGVRvar

PGVRvarLetter

Details:
PGVRvarLetter


Attribute Detail

align

Type:
xs:string
Use:
required
Form:
unqualified

border

Type:
xs:unsignedByte
Use:
optional
Form:
unqualified

fill

Type:
xs:string
Use:
optional
Form:
unqualified

height

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

style

Type:
xs:string
Use:
required
Form:
unqualified

width

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="PGVRCell">
<xs:complexType mixed="true">
<xs:sequence>
<xs:group ref="textGroup"/>
</xs:sequence>
<xs:attribute name="width" type="xs:string" use="required"/>
<xs:attribute name="height" type="xs:unsignedByte" use="required"/>
<xs:attribute name="align" type="xs:string" use="required"/>
<xs:attribute name="style" type="xs:string" use="required"/>
<xs:attribute name="border" type="xs:unsignedByte" use="optional"/>
<xs:attribute name="fill" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>


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