Actions.Action: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
===XML Element=== | ===XML Element=== | ||
<Action> | <Action> | ||
: <ActionType> | |||
:: <ActionTypeID /> | |||
:: <Description /> | |||
: </ActionType> | |||
: <AssignedType> | |||
:: <AssignedID /> | |||
:: <Description /> | |||
: </AssignedType> | |||
: <ActionDescription /> | |||
: <ActionResult /> | |||
: <DueDate> | |||
:: <Year /> | |||
:: <Month /> | |||
:: <Day /> | |||
:: <Hour /> | |||
:: <Minute /> | |||
:: <Second /> | |||
:: <FormattedDate /> | |||
: </DueDate> | |||
: <ActionOwner> | |||
:: <FirstName /> | |||
:: <LastName /> | |||
::: <Login /> | |||
:: </ActionOwner> | |||
:: <StartDate> | |||
::: <Year /> | |||
::: <Month /> | |||
::: <Day /> | |||
::: <Hour /> | |||
::: <Minute /> | |||
::: <Second /> | |||
::: <FormattedDate /> | |||
:: </StartDate> | |||
:: <CompleteDate> | |||
::: <Year /> | |||
::: <Month /> | |||
::: <Day /> | |||
::: <Hour /> | |||
::: <Minute /> | |||
::: <Second /> | |||
::: <FormattedDate /> | |||
:: </CompleteDate> | |||
:: <SentEmailNoticeDate> | |||
::: <Year /> | |||
::: <Month /> | |||
::: <Day /> | |||
::: <Hour /> | |||
::: <Minute /> | |||
::: <Second /> | |||
::: <FormattedDate /> | |||
:: <SentEmailNoticeDate> | |||
:: <Creator> | |||
::: <FirstName /> | |||
::: <LastName /> | |||
::: <Login /> | |||
:: </Creator> | |||
: <Details /> | |||
</Action> | </Action> | ||
Revision as of 17:59, 27 September 2013
XML Element
<Action>
- <ActionType>
- <ActionTypeID />
- <Description />
- </ActionType>
- <AssignedType>
- <AssignedID />
- <Description />
- </AssignedType>
- <ActionDescription />
- <ActionResult />
- <DueDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </DueDate>
- <ActionOwner>
- <FirstName />
- <LastName />
- <Login />
- </ActionOwner>
- <StartDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </StartDate>
- <CompleteDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- </CompleteDate>
- <SentEmailNoticeDate>
- <Year />
- <Month />
- <Day />
- <Hour />
- <Minute />
- <Second />
- <FormattedDate />
- <SentEmailNoticeDate>
- <Creator>
- <FirstName />
- <LastName />
- <Login />
- </Creator>
- <Details />
</Action>
Description
- The Actions element is optional and it may contain zero or more Action elements.