element <job>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
never
XML Representation Summary
<job>
   
Content: 
dc:identifier, name, provider
</job>
Content model elements (3):
name (type xs:string),
Annotation
A Job is a representation of a script that may be executed on a remote system by one of the deployment providers (such as BuildForge). There is no PUT handler for Jobs. The may only be added to the system via the provider interface.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="job">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element minOccurs="1" name="name" type="xs:string"/>
<xs:element minOccurs="1" name="provider" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
dc:identifier
Type:
xs:string, predefined, simple content
The read-only identifier for this resource. A URL is typically provided for this element.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

name
Type:
xs:string, predefined, simple content
The name of the job.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="name" type="xs:string"/>

provider
Type:
xs:string, predefined, simple content
The id of the provider. This is composed of the provider's name and instance connected by an underscore.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="provider" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set