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' |
Element | JobDefinition |
<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> |