http://www.phpgedview.net
element PGVRImage

Model
<PGVRImage
  file = xs:string
  left = xs:string
  width = xs:unsignedByte>

</PGVRImage>


Attribute Summary
 xs:stringfile
          
 xs:stringleft
          
 xs:unsignedBytewidth
          

Attribute Detail

file

Type:
xs:string
Use:
required
Form:
unqualified

left

Type:
xs:string
Use:
required
Form:
unqualified

width

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

Source
<xs:element name="PGVRImage">
<xs:complexType>
<xs:attribute name="file" type="xs:string" use="required"/>
<xs:attribute name="left" type="xs:string" 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.