diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlModelEntity | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlEntityAssignmentDated"> <xs:complexContent> <xs:extension base="XmlModelEntity"> <xs:annotation> <xs:documentation>Identifies an Organizational Model Entity to which a Resource is associated. The association can be restricted by a date range, that specifies when the association is valid.</xs:documentation> </xs:annotation> <xs:attribute name="start-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The optional date and time on which the resource's membership to this entity starts.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="end-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The optional date and time on which the resource's membership to this entity ends.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="start-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The optional date and time on which the resource's membership to this entity starts.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="end-date" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation>The optional date and time on which the resource's membership to this entity ends.</xs:documentation> </xs:annotation> </xs:attribute> |