http://www.phpgedview.net
element PGVRStyle

Model
<PGVRStyle
  font = xs:string
  name = xs:string
  size = xs:unsignedByte
  style = xs:string>

</PGVRStyle>


Attribute Summary
 xs:stringfont
          
 xs:stringname
          
 xs:unsignedBytesize
          
 xs:stringstyle
          

Attribute Detail

font

Type:
xs:string
Use:
required
Form:
unqualified

name

Type:
xs:string
Use:
required
Form:
unqualified

size

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

style

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="PGVRStyle">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="font" type="xs:string" use="required"/>
<xs:attribute name="size" type="xs:unsignedByte" use="required"/>
<xs:attribute name="style" 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.