http://www.phpgedview.net
element PGVRHighlightedImage

Model
<PGVRHighlightedImage
  height = xs:unsignedByte
  left = xs:string
  width = xs:unsignedByte>

</PGVRHighlightedImage>


Attribute Summary
 xs:unsignedByteheight
          
 xs:stringleft
          
 xs:unsignedBytewidth
          

Attribute Detail

height

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

left

Type:
xs:string
Use:
required
Form:
unqualified

width

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

Source
<xs:element minOccurs="0" name="PGVRHighlightedImage">
<xs:complexType>
<xs:attribute name="left" type="xs:string" use="required"/>
<xs:attribute name="height" type="xs:unsignedByte" use="required"/>
<xs:attribute name="width" type="xs:unsignedByte" 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.