http://www.griddynamics.com/schema/jagger
complexType query-provider-file

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.griddynamics.com/schema/jagger}identifiedType (restriction)
|
+--{http://www.griddynamics.com/schema/jagger}basicType (extension)
|
+--{http://www.griddynamics.com/schema/jagger}queryProviderAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-provider-file (extension)

Documentation
            This element is a file of line-separated elements - query.
        
Properties
This component is not nillable.

Model
<...
  delimeter = xsd:string
  id = xsd:ID
  parent = xsd:string
  path = xsd:string>
object-creator?
</...>


Nested Element Summary
objectCreatorAbstractobject-creator
          

Attribute Summary
 xsd:stringdelimeter
          
 xsd:IDid
           Id of the element  
 xsd:stringparent
          
 xsd:stringpath
          

Attribute Detail

delimeter

Type:
xsd:string
Use:
optional
Form:
unqualified

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

path

Type:
xsd:string
Use:
required
Form:
unqualified

Implementors
query-provider-file

Source
<xsd:complexType name="query-provider-file">
<xsd:complexContent>
<xsd:extension base="queryProviderAbstract">
<xsd:choice maxOccurs="1" minOccurs="0">
<xsd:element name="object-creator" type="objectCreatorAbstract"/>
</xsd:choice>
<xsd:attribute name="delimeter" type="xsd:string" use="optional"/>
<xsd:attribute name="path" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.