http://www.phpgedview.net
element PGVRTextBox

Model
<PGVRTextBox
  border = xs:unsignedByte
  fill = xs:string
  height = xs:unsignedByte
  left = xs:unsignedByte
  newline = xs:unsignedByte
  top = xs:string
  width = xs:unsignedByte>
(PGVRText, PGVRGedcom )
</PGVRTextBox>


Nested Element Summary
 PGVRGedcom
          
 PGVRText
          

Attribute Summary
 xs:unsignedByteborder
          
 xs:stringfill
          
 xs:unsignedByteheight
          
 xs:unsignedByteleft
          
 xs:unsignedBytenewline
          
 xs:stringtop
          
 xs:unsignedBytewidth
          

Nested Element Detail

PGVRGedcom

Details:
PGVRGedcom

PGVRText

Details:
PGVRText


Attribute Detail

border

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

fill

Type:
xs:string
Use:
optional
Form:
unqualified

height

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

left

Type:
xs:unsignedByte
Use:
optional
Form:
unqualified

newline

Type:
xs:unsignedByte
Use:
optional
Form:
unqualified

top

Type:
xs:string
Use:
optional
Form:
unqualified

width

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

Source
<xs:element name="PGVRTextBox">
<xs:complexType>
<xs:sequence>
<xs:element ref="PGVRText"/>
<xs:element ref="PGVRGedcom"/>
</xs:sequence>
<xs:attribute name="width" type="xs:unsignedByte" use="required"/>
<xs:attribute name="height" type="xs:unsignedByte" use="required"/>
<xs:attribute name="border" type="xs:unsignedByte" use="required"/>
<xs:attribute name="newline" type="xs:unsignedByte" use="optional"/>
<xs:attribute name="fill" type="xs:string" use="optional"/>
<xs:attribute name="left" type="xs:unsignedByte" use="optional"/>
<xs:attribute name="top" 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.