Global Type: captureItemListType
General Description
This type is used to return information about the progressive capture.
Name | Type | Attributes | Description |
---|---|---|---|
captureId | xs:unsignedInt | optional | The capture Id. |
name | xs:string | optional | The capture name. |
description | xs:string | optional | The capture description. |
capture | captureFlowType | optional | The capture definition. |
status | captureStatusType | optional | The current status of the capture. |
owner | xs:string | required once | The Co-worker ID of the capture owner. |
createdOn | xs:dateTime | required once | The date/time this capture was created. |
createdBy | xs:string | required once | The person who created this capture. |
lastUpdatedOn | xs:dateTime | optional | The last time this capture was updated. |
lastUpdatedBy | xs:string | optional | The person who last updated this capture. |
category | xs:string | optional | The category of this progressive capture. |
accessUpdate | xs:boolean | optional | True if the user can update this progressive capture. |
<xs:complexType name="captureItemListType">
<xs:annotation>
<xs:documentation>
<![CDATA[This type is used to return information about the progressive capture.]]>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="captureId" type="xs:unsignedInt" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The capture Id.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The capture name.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The capture description.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="capture" type="captureFlowType" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The capture definition.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="status" type="captureStatusType" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The current status of the capture.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="owner" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[The Co-worker ID of the capture owner.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="createdOn" type="xs:dateTime">
<xs:annotation>
<xs:documentation>
<![CDATA[The date/time this capture was created.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="createdBy" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[The person who created this capture.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="lastUpdatedOn" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The last time this capture was updated.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="lastUpdatedBy" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The person who last updated this capture.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="category" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The category of this progressive capture.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="accessUpdate" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[True if the user can update this progressive capture.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>