Actions.Action: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Actions|Actions}}
{{Template:XFRACAS.XML.Import.Doc.Class|Actions|Actions}}
===XML Element===
===XML Element===
<Action>
<[[Actions.Action|'''Action''']]>
:  <ActionType>
:  <[[Actions.ActionType|'''ActionType''']]>
::    <ActionTypeID />
::    <ActionTypeID />
::    <Description />
::    <Description />
:  </ActionType>
:  </[[Actions.ActionType|'''ActionType''']]>
:  <AssignedType>
:  <AssignedType>
::    <AssignedID />
::    <[[Actions.AssignedID|AssignedID]] />
::    <Description />
::    <Description />
:  </AssignedType>
:  </AssignedType>
:  <ActionDescription />
:  <[[Actions.ActionDescription|ActionDescription]] />
:  <ActionResult />
:  <ActionResult />
:  <DueDate>
:  <[[Actions.DueDate|DueDate]]>
::    <Year />
::    <Year />
::  <Month />
::  <Month />
Line 20: Line 20:
::  <Second />
::  <Second />
::  <FormattedDate />
::  <FormattedDate />
:  </DueDate>
:  </[[Actions.DueDate|DueDate]]>
:  <ActionOwner>
:  <[[Actions.ActionOwner|ActionOwner]]>
::  <FirstName />
::  <FirstName />
::  <LastName />
::  <LastName />
:::    <Login />
:::    <Login />
::  </ActionOwner>
::  </ActionOwner>
::  <StartDate>
::  <[[Actions.StartDate|StartDate]]>
:::    <Year />
:::    <Year />
:::    <Month />
:::    <Month />
Line 34: Line 34:
:::    <Second />
:::    <Second />
:::    <FormattedDate />
:::    <FormattedDate />
::  </StartDate>
::  </[[Actions.StartDate|StartDate]]>
::  <CompleteDate>
::  <CompleteDate>
:::    <Year />
:::    <Year />
Line 53: Line 53:
:::  <FormattedDate />
:::  <FormattedDate />
::  <SentEmailNoticeDate>
::  <SentEmailNoticeDate>
::  <Creator>
::  <[[Actions.Creator|Creator]]>
:::    <FirstName />
:::    <FirstName />
:::    <LastName />
:::    <LastName />
:::    <Login />
:::    <Login />
::  </Creator>
::  </[[Actions.Creator|Creator]]>
:  <Details />
:  <Details />
</Action>
</[[Actions.Action|Action]]>





Revision as of 18:08, 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.