http://www.phpgedview.net
element PGVRInput

Model
<PGVRInput
  default = xs:string
  lookup = xs:string
  name = xs:string
  options = xs:string
  type = xs:string>
PGVRvar*
</PGVRInput>


Nested Element Summary
 PGVRvar
          

Attribute Summary
 xs:stringdefault
          
 xs:stringlookup
          
 xs:stringname
          
 xs:stringoptions
          
 xs:stringtype
          

Nested Element Detail

PGVRvar

Details:
PGVRvar


Attribute Detail

default

Type:
xs:string
Use:
optional
Form:
unqualified

lookup

Type:
xs:string
Use:
optional
Form:
unqualified

name

Type:
xs:string
Use:
required
Form:
unqualified

options

Type:
xs:string
Use:
optional
Form:
unqualified

type

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="PGVRInput">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="PGVRvar"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="lookup" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="default" type="xs:string" use="optional"/>
<xs:attribute name="options" 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.