PathPaPmData Data Type

Java class for PathPaPmData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PathPaPmData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="working_copy" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="working_copy_for" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
working_copy boolean element 0/1 Used to indicate whether the path is working copy from the origin sub path or sub path added during the Path Alteration/Modification process. Updated by PCS system only.
working_copy_for long element 0/1 Used to indicate the origin path from which this path was copied when Path Alteration/Modification process was initiated. Updated by PCS system only.

Example

<p----->
  <working_copy>...</working_copy>
  <working_copy_for>...</working_copy_for>
</p----->