<xs:complexType name="Occupation_m" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="@QueueEntryID" First="1.2"/>
<Version Path="Part" First="1.2"/>
<Constraint Path="Device" minOccurs="0" maxOccurs="unbounded"/>
<Constraint Path="Employee" minOccurs="1" maxOccurs="1"/>
<Constraint Path="Part" minOccurs="0" maxOccurs="unbounded"/>
</xs:appinfo>
</xs:annotation>
<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="Employee" type="jdf:Employee_re" minOccurs="0"/>
<xs:element name="Part" type="jdf:Part" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Busy" type="jdftyp:double" default="100"/>
<xs:attribute name="JobID" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="JobPartID" type="jdftyp:shortString" use="optional"/>
<xs:attribute name="QueueEntryID" type="jdftyp:shortString" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |