<xs:complexType name="IDInfo_m" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:ResponseTypeObj_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Device" type="jdf:Device_re" minOccurs="0"/>
<xs:element name="JDF" type="jdf:JDFProcessNode" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Category" type="jdftyp:NMTOKEN" use="optional"/>
<xs:attribute name="JDFURL" type="jdftyp:URL" use="optional"/>
<xs:attribute name="JobID" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="JobPartID" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="ParentJobID" type="jdftyp:string" use="optional"/>
<xs:attribute name="ParentJobPartID" type="jdftyp:string" use="optional"/>
<xs:attribute name="ProjectID" type="jdftyp:string" use="optional"/>
<xs:attribute name="Type" type="jdftyp:NMTOKEN" use="optional"/>
<xs:attribute name="Types" type="jdftyp:NMTOKENS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |