AffectedPairs Data Type

Indicates pairs that should be marked as affected in process of Path Modification / Path Alteration.

Java class for AffectedPairs complex type.

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

 <complexType name="AffectedPairs">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pair_id" type=" http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
pair_id list of long element 0/unbounded  

Example

<a----->
  <pair_id>...</pair_id>
</a----->