Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set up the eDocLite skeleton
    Code Block
    
    <?xml version="1.0" encoding="UTF-8"?>

    
    <data xmlns="ns:workflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ns:workflow resource:WorkflowData">

    
    <edoclite xmlns="ns:workflow/EDocLite" xsi:schemaLocation="ns:workflow/EDocLite resource:EDocLite">

...

  1. 
      
      <edl name="eDoc.RequestFirewallChange.Form" title="Request Firewall Change">

...

  1. 
        <security />

...

  1. 
        <createInstructions>** Fields with an asterisk are required.</createInstructions>

...

  1. 
        <instructions>** Questions with an asterisk are required.</instructions>

...

  1. 
        <validations />

...

  1. 
        <attributes />

...

  1. 
    
      </edl>
    

  2. Define fields
    Code Block

...

  1. 
    

...

  1. <?xml version="1.0" encoding="UTF-8"?>

...

  1. 
    <data xmlns="ns:workflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ns:workflow resource:WorkflowData">

...

  1. 
    <edoclite xmlns="ns:workflow/EDocLite" xsi:schemaLocation="ns:workflow/EDocLite resource:EDocLite">

...

  1. 
      
      <edl name="eDoc.RequestFirewallChange.Form" title="Request Firewall Change">

...

  1. 
        <security />

...

  1. 
        <createInstructions>** Fields with an asterisk are required.</createInstructions>

...

  1. 
        <instructions>** Questions with an asterisk are required.</instructions>

...

  1. 
        <validations />

...

  1. 
        <attributes />

...

  1. 
    
        <fieldDef name="dateOfChange" title="Date and Time for Change">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
        <fieldDef name="descriptionOfChange" title="Description of the Port Change">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
        <fieldDef name="ingressEgressCharacteristic" title="Ingress/Egress Characteristic">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
        <fieldDef name="destinationSourceSpecification" title="Destination/Source Specification">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
        <fieldDef name="termOfChange" title="Term of Change (indefinite or otherwise)">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
        <fieldDef name="relatedProject" title="Project Related to Requested Rule(s) Change">

...

  1. 
          <display>
            <type>text</type>

...

  1. 
          </display>

...

  1. 
        </fieldDef>

...

  1. 
    
      </edl>

...

  1. 
    

Reference

https://test.kuali.org/confluence/display/KULRICE/EDocLite+Documentation+Guide