<xs:complexType name="NotificationAudit" mixed="false">
<xs:annotation>
<xs:appinfo>
<Version Path="@CombinedProcessIndex" First="1.4"/>
<Version Path="@JobID" First="1.3"/>
<Version Path="@JobPartID" First="1.3"/>
<Version Path="@ModuleID" First="1.4"/>
<Version Path="@ModuleIndex" First="1.4"/>
<Version Path="@ModuleType" First="1.4"/>
<Version Path="Event" First="1.2"/>
<Version Path="Event" First="1.2"/>
<Version Path="Part" First="1.1"/>
<Constraint Path="CostCenter" minOccurs="0" maxOccurs="1"/>
<Constraint Path="NotificationDetails" minOccurs="0" maxOccurs="1"/>
</xs:appinfo>
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="jdf:AuditElement">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="CostCenter" type="jdf:CostCenter_re" minOccurs="0"/>
<xs:element name="Employee" type="jdf:Employee_re" minOccurs="0"/>
<xs:element ref="jdf:NotificationDetails" minOccurs="0"/>
<xs:element name="Part" type="jdf:Part" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Class" type="jdftyp:eNotificationClass_" use="required"/>
<xs:attribute name="CombinedProcessIndex" type="jdftyp:IntegerList" use="optional"/>
<xs:attribute name="JobID" type="jdftyp:string" use="optional"/>
<xs:attribute name="JobPartID" type="jdftyp:string" use="optional"/>
<xs:attribute name="ModuleID" type="jdftyp:string" use="optional"/>
<xs:attribute name="ModuleIndex" type="jdftyp:IntegerRangeList" use="optional"/>
<xs:attribute name="ModuleType" type="jdftyp:NMTOKEN" use="optional"/>
<xs:attribute name="Type" type="jdftyp:NMTOKEN" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |