PathIds Data Type

Java class for PathIds complex type.

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

 <complexType name="PathIds">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" maxOccurs="unbounded">
           <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
id list of long element 0/unbounded List of sub path ids.

Example

<p----->
  <id>...</id>
</p----->