3.2.4.3.3.3 dsc:JobElementDataType
The dsc:JobElementDataType type contains all the PostScan job elements that can be requested with an dsc:GetPostScanJobElements request and attributes that represent an element's qualified name and whether the element name requested is recognized.
-
<xs:complexType name="JobElementDataType"> <xs:choice> <xs:element name="JobStatus" type="dsc:JobStatusType"/> <xs:element name="JobDescription" type="dsc:JobDescriptionType"/> <xs:element name="Documents" type="dsc:DocumentsType"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:attribute ref="dsc:Name" use="required"/> <xs:attribute ref="dsc:Valid" use="required"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>