Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed collapse capability

...

Code Block
languagexml
titleEmpty PPR structure
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<SciPipeRequest xmlns:ent="Alma/CommonEntity"
    xmlns:val="Alma/ValueTypes" xmlns:prp="Alma/ObsPrep/ObsProposal"
    xmlns:orv="Alma/ObsPrep/ObsReview"
    xmlns:ps="Alma/ObsPrep/ProjectStatus"
    xmlns:oat="Alma/ObsPrep/ObsAttachment"
    xmlns:prj="Alma/ObsPrep/ObsProject"
    xmlns:sbl="Alma/ObsPrep/SchedBlock"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="SciPipeRequest">
    <SciPipeRequestEntity entityId="UID_UNASSIGNED"
        entityTypeName="SciPipeRequest" datamodelVersion="0.1"/>
    <ProjectSummary>
        <ProposalCode></ProposalCode>
        <ProposalTitle></ProposalTitle>
        <Observatory></Observatory>
        <Telescope></Telescope>
        <ProcessingSite></ProcessingSite>
        <Operator></Operator>
        <Mode>CSV</Mode>
        <Version>Undefined</Version>
        <CreationTime></CreationTime>
    </ProjectSummary>
    <ProjectStructure>
       <ObsUnitSetRef entityId=""
            partId="" entityTypeName="ObsProject"/>
        <ObsUnitSetTitle>Undefined</ObsUnitSetTitle>
        <ObsUnitSetType>Member</ObsUnitSetType>
        <ProjectStatusRef entityId=""
            entityTypeName="ProjectStatus" documentVersion="1"/>
        <OUSStatusRef entityId="" entityTypeName="OUSStatus"/>
    </ProjectStructure>
    <ProcessingRequests>
      <ProcessingRequest>
    <RootDirectory></RootDirectory>
    <ProcessingIntents>
          <Intents>
            <Keyword>PROCESS</Keyword>
            <Value>true</Value>
          </Intents>
          <Intents>
            <Keyword>SESSION_1</Keyword>
            <Value></Value>
          </Intents>
          <Intents>
            <Keyword>SESSION_2</Keyword>
            <Value></Value>
          </Intents>
          <Intents>
            <Keyword>SESSION_3</Keyword>
            <Value></Value>
          </Intents>
          <Intents>
            <Keyword>SESSION_4</Keyword>
            <Value></Value>
          </Intents>
          <Intents>
            <Keyword>INTERFEROMETRY_STANDARD_OBSERVING_MODE</Keyword>
            <Value>Undefined</Value>
          </Intents>
        </ProcessingIntents>
    <ProcessingProcedure>
      <ProcedureTitle>hifa_restore_aat_ppi</ProcedureTitle>
          <ProcessingCommand>
            <Command>hifa_restoredata</Command>
        <ParameterSet/>
          </ProcessingCommand>
    </ProcessingProcedure>
    <DataSet>
          <SchedBlockSet>
            <SchedBlockIdentifier>
              <RelativePath></RelativePath>
              <SchedBlockRef entityId=""
                             entityTypeName="SchedBlock" documentVersion="1"/>
              <SBStatusRef entityId="" entityTypeName="SBStatus"/>
              <SBTitle>Undefined</SBTitle>
              <AsdmIdentifier>
                <AsdmRef>
                  <ExecBlockId></ExecBlockId>
                </AsdmRef>
                <AsdmDiskName></AsdmDiskName>
              </AsdmIdentifier>
              <AsdmIdentifier>
                <AsdmRef>
                  <ExecBlockId></ExecBlockId>
                </AsdmRef>
                <AsdmDiskName></AsdmDiskName>
              </AsdmIdentifier>
              <AsdmIdentifier>
                <AsdmRef>
                  <ExecBlockId></ExecBlockId>
                </AsdmRef>
                <AsdmDiskName></AsdmDiskName>
              </AsdmIdentifier>
              <AsdmIdentifier>
                <AsdmRef>
                  <ExecBlockId></ExecBlockId>
                </AsdmRef>
                <AsdmDiskName></AsdmDiskName>
              </AsdmIdentifier>
            </SchedBlockIdentifier>
          </SchedBlockSet>
        </DataSet>
      </ProcessingRequest>
    </ProcessingRequests> 
    <ResultsProcessing>
        <ArchiveResults>false</ArchiveResults>
        <CleanUpDisk>false</CleanUpDisk>
        <UpdateProjectLifeCycle>false</UpdateProjectLifeCycle>
        <NotifyOperatorWhenDone>false</NotifyOperatorWhenDone>
        <PipelineOperatorAdress>Unknown</PipelineOperatorAdress>
    </ResultsProcessing>
</SciPipeRequest>

...