ExceptionalGaugingIdent Data Type

Java class for ExceptionalGaugingIdent complex type.

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

 <complexType name="ExceptionalGaugingIdent">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trasse_element_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="exceptional_gauging_ident_code" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="24"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long attribute 0/1 Technical (PCS specific) identifier for the path section exceptional gauging. Suitable only for existing path section exceptional gauging.
trasse_element_id long element 0/1 Technical (PCS specific) identifier for the path section. Needed only for existing path section exception gauging idents.
exceptional_gauging_ident_code string element 0/1 Acceptance agreement number, based on guidelines of IM Partner.

Example

<e----- id="...">
  <trasse_element_id>...</trasse_element_id>
  <exceptional_gauging_ident_code>...</exceptional_gauging_ident_code>
</e----->