Actions.Action: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Actions|Actions}} ===XML Element=== <Actions> : <Action /> </Actions> ===Description=== * The Actions element is optional and it may co…')
 
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===
<Actions>
<Action>
<Action />
  <ActionType>
</Actions>
    <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===
===Description===
* The Actions element is optional and it may contain zero or more Action elements.
* The Actions element is optional and it may contain zero or more Action elements.

Revision as of 17:42, 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.