OperationPointLocal Data Type

Java class for OperationPointLocal complex type.

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

 <complexType name="OperationPointLocal">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reference_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
               <minLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="agency_uic_id">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="from_op_id" 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 constraints description
name string element 0/1   Name for the operation point.
reference_id string element 1/1 required National system identifier for the operation point.
agency_uic_id string element 1/1 required UIC code of the IM agency responsible for the operation point.
from_op_id long element 0/1   Technical (PCS specific) identifier for the operation point. List of valid entries can be retrieved through getOperationPointsByName operation.

Example

<o----->
  <name>...</name>
  <reference_id>...</reference_id>
  <agency_uic_id>...</agency_uic_id>
  <from_op_id>...</from_op_id>
</o----->