<xs:complexType name="AuditPool_" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:BaseElement_">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="ProcessRun" type="jdf:ProcessRunAudit" minOccurs="0"/>
<xs:element name="Notification" type="jdf:NotificationAudit" minOccurs="0"/>
<xs:element name="PhaseTime" type="jdf:PhaseTimeAudit" minOccurs="0"/>
<xs:element name="ResourceAudit" type="jdf:ResourceAudit" minOccurs="0"/>
<xs:element name="Created" type="jdf:CreatedAudit" minOccurs="0"/>
<xs:element name="Deleted" type="jdf:DeletedAudit" minOccurs="0"/>
<xs:element name="Modified" type="jdf:ModifiedAudit" minOccurs="0"/>
<xs:element name="Spawned" type="jdf:SpawnedAudit" minOccurs="0"/>
<xs:element name="Merged" type="jdf:MergedAudit" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="rRefs" type="jdftyp:IDREFS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |