Actions.Action: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
===XML Element===
===XML Element===
<Action>
<Action>
  <ActionType>
<ActionType>
    <ActionTypeID />
::    <ActionTypeID />
    <Description />
::    <Description />
  </ActionType>
</ActionType>
  <AssignedType>
<AssignedType>
    <AssignedID />
::    <AssignedID />
    <Description />
::    <Description />
  </AssignedType>
</AssignedType>
  <ActionDescription />
<ActionDescription />
  <ActionResult />
<ActionResult />
  <DueDate>
<DueDate>
    <Year />
::    <Year />
  <Month />
::  <Month />
  <Day />
::  <Day />
  <Hour />
::  <Hour />
  <Minute />
::  <Minute />
  <Second />
::  <Second />
  <FormattedDate />
::  <FormattedDate />
  </DueDate>
</DueDate>
  <ActionOwner>
<ActionOwner>
  <FirstName />
::  <FirstName />
  <LastName />
::  <LastName />
    <Login />
:::    <Login />
  </ActionOwner>
::  </ActionOwner>
  <StartDate>
::  <StartDate>
    <Year />
:::    <Year />
    <Month />
:::    <Month />
    <Day />
:::    <Day />
    <Hour />
:::    <Hour />
    <Minute />
:::    <Minute />
    <Second />
:::    <Second />
    <FormattedDate />
:::    <FormattedDate />
  </StartDate>
::  </StartDate>
  <CompleteDate>
::  <CompleteDate>
    <Year />
:::    <Year />
    <Month />
:::    <Month />
    <Day />
:::    <Day />
    <Hour />
:::    <Hour />
    <Minute />
:::    <Minute />
    <Second />
:::    <Second />
    <FormattedDate />
:::    <FormattedDate />
  </CompleteDate>
::  </CompleteDate>
  <SentEmailNoticeDate>
::  <SentEmailNoticeDate>
    <Year />
:::    <Year />
    <Month />
:::    <Month />
    <Day />
:::    <Day />
    <Hour />
:::    <Hour />
  <Minute />
:::  <Minute />
  <Second />
:::  <Second />
  <FormattedDate />
:::  <FormattedDate />
  <SentEmailNoticeDate>
::  <SentEmailNoticeDate>
  <Creator>
::  <Creator>
    <FirstName />
:::    <FirstName />
    <LastName />
:::    <LastName />
    <Login />
:::    <Login />
  </Creator>
::  </Creator>
  <Details />
<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.