http://www.phpgedview.net
element PGVRLine

Model
<PGVRLine
  x1 = xs:unsignedByte
  x2 = xs:unsignedShort
  y1 = xs:unsignedShort
  y2 = xs:unsignedShort>

</PGVRLine>


Attribute Summary
 xs:unsignedBytex1
          
 xs:unsignedShortx2
          
 xs:unsignedShorty1
          
 xs:unsignedShorty2
          

Attribute Detail

x1

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

x2

Type:
xs:unsignedShort
Use:
required
Form:
unqualified

y1

Type:
xs:unsignedShort
Use:
required
Form:
unqualified

y2

Type:
xs:unsignedShort
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="PGVRLine">
<xs:complexType>
<xs:attribute name="x1" type="xs:unsignedByte" use="required"/>
<xs:attribute name="y1" type="xs:unsignedShort" use="required"/>
<xs:attribute name="x2" type="xs:unsignedShort" use="required"/>
<xs:attribute name="y2" type="xs:unsignedShort" 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.