Step Element XML Schema Documentation
Table of Contents
Schema Document Properties
Target Namespace | http://filenet.com/namespaces/apps/eprocess/runtime/1.0 |
---|---|
Element and Attribute Namespaces |
|
Documentation | This schema specifies the format of the XML string that the Component Integrator Java™ Message Service (JMS) adapter posts to an external JMS queue. This XML string represents the stepElement for a workflow step that activates the adapter. |
Declared Namespaces
Prefix | Namespace |
---|---|
Default namespace | http://filenet.com/namespaces/apps/eprocess/runtime/1.0 |
xml | http://www.w3.org/XML/1998/namespace |
xsd | http://www.w3.org/2001/XMLSchema |
Schema Component Representation
<xsd:schema
id="eProcessRtXML" targetNamespace="http://filenet.com/namespaces/apps/eprocess/runtime/1.0" elementFormDefault="qualified">
...
</xsd:schema>Global Declarations
Element: eProcessRtXML
Name | eProcessRtXML |
---|---|
Type | Locally-defined complex type |
Nillable | no |
Abstract | no |
Documentation | Root element. |
XML Instance Representation
<eProcessRtXML>
<StepElement>
FnEpStepElement
</StepElement> [1]
<Milestones>
FnEpMilestoneList
</Milestones> [1]
</eProcessRtXML>
Schema Component Representation
<xsd:element
name="eProcessRtXML">
<xsd:complexType>
</xsd:element><xsd:sequence></xsd:sequence>
</xsd:complexType>Global Definitions
Complex Type: FnEpAttachment
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpAttachment |
---|---|
Abstract | no |
Documentation | Specifies the identity, associated library or object store, type, Document ID, and version series of an attachment used in a workflow process. |
XML Instance Representation
Schema Component Representation
<xsd:complexType
name="FnEpAttachment"></xsd:complexType>
Complex Type: FnEpAttachmentList
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpAttachmentList |
---|---|
Abstract | no |
Documentation | Specifies a collection of attachments. |
XML Instance Representation
<...>
<Attachment>
FnEpAttachment
</Attachment> [0..*]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpAttachmentList">
<xsd:sequence></xsd:sequence>
</xsd:complexType>Complex Type: FnEpMilestone
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpMilestone |
---|---|
Abstract | no |
Documentation | Specifies the name, message, level, and other properties of a milestone used in a workflow process. |
XML Instance Representation
Schema Component Representation
<xsd:complexType
name="FnEpMilestone">
<xsd:sequence/>
</xsd:complexType>Complex Type: FnEpMilestoneList
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpMilestoneList |
---|---|
Abstract | no |
Documentation | Specifies a collection of milestones. |
XML Instance Representation
<...>
<Milestone>
FnEpMilestone
</Milestone> [0..*]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpMilestoneList">
<xsd:sequence></xsd:sequence>
</xsd:complexType>Complex Type: FnEpParameter
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpParameter |
---|---|
Abstract | no |
Documentation | Specifies the parameter values for a step. |
XML Instance Representation
<...
Name="xsd:string [1] "
Description="xsd:string [0..1] "
Type="xsd:NMTOKEN (value comes from list: {'boolean'|'float'|'int'|'string'|'time'|'attachment'|'participant'}) [0..1] "
IsSystemParameter="xsd:boolean [0..1] "
Mode="xsd:NMTOKEN (value comes from list: {'in'|'out'|'inout'}) [0..1] "
IsArray="xsd:boolean [0..1] ">
Name="xsd:string [1] "
Description="xsd:string [0..1] "
Type="xsd:NMTOKEN (value comes from list: {'boolean'|'float'|'int'|'string'|'time'|'attachment'|'participant'}) [0..1] "
IsSystemParameter="xsd:boolean [0..1] "
Mode="xsd:NMTOKEN (value comes from list: {'in'|'out'|'inout'}) [0..1] "
IsArray="xsd:boolean [0..1] ">
<Values>
FnEpValueList
</Values> [1]
<Attachments>
FnEpAttachmentList
</Attachments> [1]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpParameter">
<xsd:sequence></xsd:sequence>
<xsd:attribute
name="Type" default="string">
<xsd:simpleType>
</xsd:attribute><xsd:restriction
base="
xsd:NMTOKEN
">
</xsd:simpleType><xsd:enumeration
value="boolean"/>
<xsd:enumeration
value="float"/>
<xsd:enumeration
value="int"/>
<xsd:enumeration
value="string"/>
<xsd:enumeration
value="time"/>
<xsd:enumeration
value="attachment"/>
<xsd:enumeration
value="participant"/>
</xsd:restriction><xsd:attribute
name="Mode" default="in">
</xsd:complexType><xsd:simpleType>
</xsd:attribute><xsd:restriction
base="
xsd:NMTOKEN
">
</xsd:simpleType><xsd:enumeration
value="in"/>
<xsd:enumeration
value="out"/>
<xsd:enumeration
value="inout"/>
</xsd:restriction>Complex Type: FnEpParameterList
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpParameterList |
---|---|
Abstract | no |
Documentation | Specifies a collection of parameters. |
XML Instance Representation
<...>
<Parameter>
FnEpParameter
</Parameter> [0..*]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpParameterList">
<xsd:sequence></xsd:sequence>
</xsd:complexType>Complex Type: FnEpResponseList
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpResponseList |
---|---|
Abstract | no |
Documentation | Specifies a list of available responses for the current step. |
XML Instance Representation
Schema Component Representation
Complex Type: FnEpStepElement
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpStepElement |
---|---|
Abstract | no |
Documentation | Specifies a step in a workflow process. |
XML Instance Representation
<...
LaunchedBy="xsd:string [0..1] "
LaunchedOn="xsd:string [0..1] "
ReceivedOn="xsd:string [0..1] "
Deadline="xsd:string [0..1] "
Reminder="xsd:string [0..1] "
Description="xsd:string [0..1] "
StepName="xsd:string [0..1] "
WOBName="xsd:string [0..1] "
WOBNumber="xsd:string [0..1] "
WorkflowName="xsd:string [0..1] "
WorkflowNumber="xsd:string [0..1] "
WorkClassName="xsd:string [0..1] "
Tag="xsd:string [0..1] "
RosterName="xsd:string [0..1] "
QueueName="xsd:string [0..1] "
CurrentQueueName="xsd:string [0..1] "
ParticipantName="xsd:string [0..1] "
OperationName="xsd:string [0..1] "
ExceptionMapName="xsd:string [0..1] "
ExceptionDescription="xsd:string [0..1] "
Overdue="xsd:NMTOKEN (value comes from list: {'NotOverdue'|'ReminderPast'|'DeadlinePast'}) [0..1] "
IsTracker="xsd:boolean [0..1] "
CanReassign="xsd:boolean [0..1] "
CanViewStatus="xsd:boolean [0..1] "
CanReturnToSource="xsd:boolean [0..1] ">
LaunchedBy="xsd:string [0..1] "
LaunchedOn="xsd:string [0..1] "
ReceivedOn="xsd:string [0..1] "
Deadline="xsd:string [0..1] "
Reminder="xsd:string [0..1] "
Description="xsd:string [0..1] "
StepName="xsd:string [0..1] "
WOBName="xsd:string [0..1] "
WOBNumber="xsd:string [0..1] "
WorkflowName="xsd:string [0..1] "
WorkflowNumber="xsd:string [0..1] "
WorkClassName="xsd:string [0..1] "
Tag="xsd:string [0..1] "
RosterName="xsd:string [0..1] "
QueueName="xsd:string [0..1] "
CurrentQueueName="xsd:string [0..1] "
ParticipantName="xsd:string [0..1] "
OperationName="xsd:string [0..1] "
ExceptionMapName="xsd:string [0..1] "
ExceptionDescription="xsd:string [0..1] "
Overdue="xsd:NMTOKEN (value comes from list: {'NotOverdue'|'ReminderPast'|'DeadlinePast'}) [0..1] "
IsTracker="xsd:boolean [0..1] "
CanReassign="xsd:boolean [0..1] "
CanViewStatus="xsd:boolean [0..1] "
CanReturnToSource="xsd:boolean [0..1] ">
<Responses>
FnEpResponseList
</Responses> [1]
<Parameters>
FnEpParameterList
</Parameters> [1]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpStepElement">
<xsd:sequence></xsd:sequence>
<xsd:attribute
name="Overdue" default="NotOverdue">
</xsd:complexType><xsd:simpleType>
</xsd:attribute><xsd:restriction
base="
xsd:NMTOKEN
">
</xsd:simpleType><xsd:enumeration
value="NotOverdue"/>
<xsd:enumeration
value="ReminderPast"/>
<xsd:enumeration
value="DeadlinePast"/>
</xsd:restriction>Complex Type: FnEpValueList
Super-types: | None |
---|---|
Sub-types: | None |
Name | FnEpValueList |
---|---|
Abstract | no |
Documentation | Specifies a collection of parameter values. |
XML Instance Representation
<...>
<Value> xsd:string </Value> [0..*]
</...>
Schema Component Representation
<xsd:complexType
name="FnEpValueList">
<xsd:sequence></xsd:sequence>
</xsd:complexType>Feedback