JobDescription_Type

Complex Type Information

Model

JobIdentification{0,1} , Application{0,1} , Resources{0,1} , DataStaging* , ANY element from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl'

Attributes

Used By

Element JobDescription

Source

<xsd:complexType name="JobDescription_Type">
  <xsd:sequence>
    <xsd:element ref="jsdl:JobIdentification" minOccurs="0"/>
    <xsd:element ref="jsdl:Application" minOccurs="0"/>
    <xsd:element ref="jsdl:Resources" minOccurs="0"/>
    <xsd:element ref="jsdl:DataStaging" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>