Global Type: captureUserItemListType
General Description
This type is used to return only id and name of the progressive capture.
Name | Type | Attributes | Description |
---|---|---|---|
captureId | xs:unsignedInt | optional | The capture Id. |
name | xs:string | optional | The capture name. |
<xs:complexType name="captureUserItemListType">
<xs:annotation>
<xs:documentation>
<![CDATA[This type is used to return only id and name of 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:sequence>
</xs:complexType>