diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of WorkListViewEdit | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | entityID resourcesRequired orderFilterCriteria authors users customData | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="WorkListView"> <xsd:annotation> <xsd:documentation>Definition of a full work list view object.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="WorkListViewEdit"> <xsd:attribute name="workViewID" type="xs:long" use="required"> <xsd:annotation> <xsd:documentation>The uniique ID of the work view.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="creationDate" type="xs:dateTime" use="required"> <xsd:annotation> <xsd:documentation>The date the work view was created.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="modificationDate" type="xs:dateTime" use="required"> <xsd:annotation> <xsd:documentation>The date the work view was last modified.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="locker"> <xsd:annotation> <xsd:documentation>The GUID of the resource that currently had this work list view locked for editing.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xs:string"> <xsd:maxLength value="36"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="workViewID" type="xs:long" use="required"> <xsd:annotation> <xsd:documentation>The uniique ID of the work view.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="creationDate" type="xs:dateTime" use="required"> <xsd:annotation> <xsd:documentation>The date the work view was created.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="modificationDate" type="xs:dateTime" use="required"> <xsd:annotation> <xsd:documentation>The date the work view was last modified.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | restriction of xs:string | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:attribute name="locker"> <xsd:annotation> <xsd:documentation>The GUID of the resource that currently had this work list view locked for editing.</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xs:string"> <xsd:maxLength value="36"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |