13.2.1 IDLの定義

valuetype IORValue {
   public string type_id;
   public ProfileValueSeq profiles;
   IOR toIOR( );
   IORValue copy( );
   boolean matchesTemplate (in IORValue iorv);
};