Details.CheckBoxListDetail: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Redirected page to XFRACAS XML Import Documentation)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Details|Details}}
#REDIRECT[[XFRACAS_XML_Import_Documentation]]
===XML Element===
<Detail>
:  <DetailTypeID />
:  <DisplayOrder />
:  <DetailStep />
:  <DetailSpan />
:  <DetailUIType />
:  <DetailName />
:  <CheckBoxLists>
::  <'''CheckBoxList'''>
:::      <'''SelectedValue'''>
::::      <Issue IssueTypeID=>
:::::      <Code/>
:::::      <Description/>
::::      <Issue>
:::      <SelectedValue>
:::      <Value>
:::  <DateChecked>
::::  <Year/>
::::  <Month/>
::::  <Day/>
::::  <Hour/>
::::  <Second/>
::::  <FormattedDate/>
:::  <DateChecked>
::  <'''CheckBoxList'''>
:  <CheckBoxLists>
</Detail>
 
 
 
 
===Description===
* The CheckboxLists element is required and must contain one or more CheckBoxList element.
 
* The CheckBoxList has the following elements:
** The SelectedValue element is required and must contain an existing valid issue.
** The Value element is optional. If present its value must be “On” or “Off”.
** The DateChecked element is required if the Value element’s value contains “On”, otherwise it is not imported. If present its value must be a valid date.
 
 
 
 
 
===Detail Sample===
 
      {{Template:XFRACAS.Blue|<Detail>}}
        {{Template:XFRACAS.Blue|<DetailTypeID>}}{{Template:XFRACAS.Black|938}}{{Template:XFRACAS.Blue|</DetailTypeID>}}
        {{Template:XFRACAS.Blue|<DisplayOrder>}}{{Template:XFRACAS.Black|3}}{{Template:XFRACAS.Blue|</DisplayOrder>}}
        {{Template:XFRACAS.Blue|<DetailStep>}}{{Template:XFRACAS.Black|5}}{{Template:XFRACAS.Blue|</DetailStep>}}
        {{Template:XFRACAS.Blue|<DetailSpan>}}{{Template:XFRACAS.Black|No}}{{Template:XFRACAS.Blue|</DetailSpan>}}
        {{Template:XFRACAS.Blue|<DetailUIType>}}{{Template:XFRACAS.Black|MultipleSelectListWithDropDownListDetail}}{{Template:XFRACAS.Blue|</DetailUIType>}}
        {{Template:XFRACAS.Blue|<DetailName>}}{{Template:XFRACAS.Black|Example Multiple Select List with Dropdown}}{{Template:XFRACAS.Blue|</DetailName>}}
        {{Template:XFRACAS.Blue|<MultipleSelectListWithDropDownList>}}
          {{Template:XFRACAS.Blue|<DetailValues>}}
            {{Template:XFRACAS.Blue|<DetailValue>}}{{Template:XFRACAS.Black|Value A}}{{Template:XFRACAS.Blue|<DetailValue>}}
            {{Template:XFRACAS.Blue|<DetailValue>}}{{Template:XFRACAS.Black|Value B}}{{Template:XFRACAS.Blue|<DetailValue>}}
          {{Template:XFRACAS.Blue|</DetailValues>}}
        {{Template:XFRACAS.Blue|</MultipleSelectListWithDropDownList>}}
      {{Template:XFRACAS.Blue|</Detail}}

Latest revision as of 16:13, 28 July 2015