semi合集-English.pdf - 第3494页
SEMI E134-0305 © SEMI 2004, 2005 47 14.1.3.1.2 EventReport Attribute Definition Table Table 57 Ev entReport Attribute Definition Attribute Name Definition Form sourceId The identifier of the source of the even t. Text, f…

SEMI E134-0305 © SEMI 2004, 2005 46
14.1.1 Figure 24 shows how to represent a DataCollectionReport containing the data associated with a specific
DCP. These formats are used to send data to consumers using the interface defined in Section 15. The equipment is
not required to retain these reports for re-transmission once they have been sent to a consumer.
14.1.1.1 DataCollectionReport — this class represents one or more collected data items. A data collection report
contains one or more Reports, which can be an ExceptionReport, EventReport, or TraceReport. If the
DataCollectionReport contains more than one of those items, they are ordered according to the time of their
occurrence (‘reportTime’, in the case of TraceReports). A DataCollectionReport for a given DCP shall not contain
more than one Report if the ‘intervalInMinutes’ field of the corresponding DCP was set to 0.
14.1.1.2 DataCollectionReport Attribute Definition Table
Table 55 DataCollectionReport Attribute Definition
Attribute Name Definition Form
planId The unique id of this trace report, as specified in
the DCP.
Text
bufferStartTime The time at which the buffer period being reported
was started.
Text, formatted according to Section 14.5 .
bufferEndTime The time at which the buffer period being reported
ended.
Text, formatted according to Section 14.5 .
reportTime The time at which the DataCollectionReport was
created.
Text, formatted according to Section 14.5 .
14.1.1.3 DataCollectionReport Association Definition Table
Table 56 DataCollectionReport Association Definition
Association Role Name Definition Comments
reports One or more reports providing data requested by
an active DCP.
Ordered list of structured data, of any type
derived from Report.
14.1.2 Report — This abstract base class represents any report item that can be included in a DataCollectionReport.
This class has no attributes or associations.
14.1.3 Event Reports
sourceId
event Id
event Time
EventReport
ParameterVal ue
1
parameterValues
0.. *
Report
{ordered}
Figure 25
Event Reports
14.1.3.1 Figure 25 shows how to represent the occurrence of an event included in a DCP.
14.1.3.1.1 EventReport — Represents the occurrence of an event. Each event has a source or origin of the event, a
unique event id, and the time at which the event was detected.

SEMI E134-0305 © SEMI 2004, 2005 47
14.1.3.1.2 EventReport Attribute Definition Table
Table 57 EventReport Attribute Definition
Attribute Name Definition Form
sourceId The identifier of the source of the event. Text, formatted according to the convention used for
identifying an event source (see limitations, Section
3.1.1).
eventId The identifier of the event. Text, formatted according to the convention used for
identifying an event (see limitations, Section 3.1.1).
eventTime The time at which the event was detected. Text, formatted according to Section 14.5.
14.1.3.2 EventReport Association Definition Table
Table 58 EventReport Association Definition
Association Role Name Definition Comments
parameterValues The parameters requested for this event. List of zero or more elements of type ParameterValue,
described in Section 14.2. ParameterValues appear in
the order specified in the original EventRequest in the
corresponding DCP.
14.1.4 Exception Reports
sourceId
exc eptionId
exc eptionTime
severity
state
ExceptionReport
ParameterValue
1
parameterValues
0..*
Report
{ordered}
Figure 26
Exception Reports
14.1.4.1 Figure 26 shows how to report the occurrence of an exception included in a DCP.
14.1.4.1.1 ExceptionReport — Represents the occurrence of an exception. Each exception has a source or origin of
the exception, a unique exception id, the time at which the exception was detected, and the severity of the exception.
14.1.4.1.2 ExceptionReport Attribute Definition Table
Table 59 ExceptionReport Attribute Definition
Attribute Name Definition Form
sourceId The identifier of the source of the exception. Text, formatted according to the convention used for
identifying an exception source (see Limitations,
Section 3.1.1).

SEMI E134-0305 © SEMI 2004, 2005 48
Attribute Name Definition Form
exceptionId The identifier of the exception. Text, formatted according to the convention used for
identifying an exception (see Limitations, Section
3.1.1).
exceptionTime The time at which the exception was detected. Text, formatted according to Section 14.5.
severity The severity of the exception. Text. Allowable values are supplier-defined.
state The state of the exception, if applicable. Text. For exceptions corresponding to E30 alarms,
valid values are:
“urn:semi-org:E30:alarmSet”
“urn:semi-org:E30:alarmClear”
If the exception has no associated state, this field shall
be empty.
14.1.4.2 ExceptionReport Association Definition Table
Table 60 ExceptionReport Association Definition
Association Role Name Definition Comments
parameterValues The parameters requested for this exception. Ordered list of zero or more parameter values (see
Section 14.2). Parameters are positioned in an
order specified by the supplier.
14.1.5 Trace Reports
traceId
startTriggerTime
stopTriggerTime
reportTime
TraceReport
collectionTime
CollectedData
ParameterValue
1
traceRes ults1..*
1
parameterValues
1..*
Report
Trigger
EventTrigger ExceptionTrigger
startTrigger
1
0..1
1
stopTrigger
0..1
{ordered}
{ordered}
Figure 27
Trace Reports