JobDefinition_Type

Complex Type Information

Model

JobDescription , ANY element from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl'
Children: JobDescription

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl'

Used By

Element JobDefinition

Source

<xsd:complexType name="JobDefinition_Type">
  <xsd:sequence>
    <xsd:element ref="jsdl:JobDescription"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="xsd:ID" use="optional"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>