http://www.griddynamics.com/schema/jagger
complexType queryProviderAbstract

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)

Documentation
            Query provider is a source, where jagger can take queries.
            Possible types of query-provider : query-provider-list, query-provider-ref.
        
Properties
This component is not nillable.

Model
<...
  id = xsd:ID
  parent = xsd:string>

</...>


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

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Sub Types
{http://www.griddynamics.com/schema/jagger}queryProviderAbstract (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-provider-csv (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-provider-file (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-provider-list (extension)
|
+--{http://www.griddynamics.com/schema/jagger}query-provider-ref (extension)

Source
<xsd:complexType abstract="true" name="queryProviderAbstract">
<xsd:complexContent>
<xsd:extension base="basicType"/>
</xsd:complexContent>
</xsd:complexType>


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