http://www.phpgedview.net
element PGVRDoc

Model
<PGVRDoc
  margin = xs:unsignedByte
  orientation = xs:string
  pageSize = xs:string>
(PGVRif* | PGVRSetVar* | PGVRHeader | PGVRBody | PGVRFooter)+
</PGVRDoc>


Nested Element Summary
 PGVRBody
          
 PGVRFooter
          
 PGVRHeader
          
 PGVRif
          
 PGVRSetVar
          

Attribute Summary
 xs:unsignedBytemargin
          
 xs:stringorientation
          
 xs:stringpageSize
          

Nested Element Detail

PGVRBody

Details:
PGVRBody

PGVRFooter

Details:
PGVRFooter

PGVRHeader

Details:
PGVRHeader

PGVRif

Details:
PGVRif

PGVRSetVar

Details:
PGVRSetVar


Attribute Detail

margin

Type:
xs:unsignedByte
Use:
required
Form:
unqualified

orientation

Type:
xs:string
Use:
required
Form:
unqualified

pageSize

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="1" name="PGVRDoc">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PGVRif"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PGVRSetVar"/>
<xs:element maxOccurs="1" minOccurs="1" ref="PGVRHeader"/>
<xs:element maxOccurs="1" minOccurs="1" ref="PGVRBody"/>
<xs:element maxOccurs="1" minOccurs="1" ref="PGVRFooter"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="pageSize" type="xs:string" use="required"/>
<xs:attribute name="orientation" type="xs:string" use="required"/>
<xs:attribute name="margin" 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.