Details.CheckBoxListDetail: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:XFRACAS.XML.Import.Doc.Class|Details|Details}} ===XML Element=== <Detail> : <DetailTypeID /> : <DisplayOrder /> : <DetailStep /> : <DetailSpan /> : <DetailUIType …')
 
No edit summary
Line 10: Line 10:
:  <CheckBoxLists>
:  <CheckBoxLists>
::  <'''CheckBoxList'''>
::  <'''CheckBoxList'''>
:::      <'''SelectedValue'''>
::::      <Issue IssueTypeID=>
:::::      <Code/>
:::::      <Description/>
::::      <Issue>
:::      <SelectedValue>
:::      <Value>
:::  <DateChecked>
:::  <DateChecked>
::::  <Year/>
::::  <Month/>
::::  <Day/>
::::  <Hour/>
::::  <Second/>
::::  <FormattedDate/>
::::  <FormattedDate/>
:::  <DateChecked>
:::  <DateChecked>
::  <'''CheckBoxList'''>
::  <'''CheckBoxList'''>

Revision as of 16:48, 7 October 2013

XML Element

<Detail>

<DetailTypeID />
<DisplayOrder />
<DetailStep />
<DetailSpan />
<DetailUIType />
<DetailName />
<CheckBoxLists>
<CheckBoxList>
<SelectedValue>
<Issue IssueTypeID=>
<Description/>
<Issue>
<SelectedValue>
<Value>
<DateChecked>
<Year/>
<Month/>
<Day/>
<Hour/>
<Second/>
<FormattedDate/>
<DateChecked>
<CheckBoxList>

</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

      <Detail> 
        <DetailTypeID>  938  </DetailTypeID> 
        <DisplayOrder>  3  </DisplayOrder> 
        <DetailStep>  5  </DetailStep> 
        <DetailSpan>  No  </DetailSpan> 
        <DetailUIType>  MultipleSelectListWithDropDownListDetail  </DetailUIType> 
        <DetailName>  Example Multiple Select List with Dropdown  </DetailName> 
        <MultipleSelectListWithDropDownList> 
          <DetailValues> 
            <DetailValue>  Value A  <DetailValue> 
            <DetailValue>  Value B  <DetailValue> 
          </DetailValues> 
        </MultipleSelectListWithDropDownList> 
      </Detail