Commit 76f700ea authored by schmitting's avatar schmitting
Browse files

latest version

parent c9194c52
Loading
Loading
Loading
Loading
+0 −0

File moved.

xsd/Ims_3gpp.ttcn3view

deleted100644 → 0
+0 −58
Original line number Diff line number Diff line
module Ims_3gpp {
  import from XSDAUX language "TTCN-3:2009" all; 

  type record TAlternativeService {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    TType type_,
    XSDAUX.string reason,
    record of anytype elem optional
  }

  type record TType {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record of anytype elem optional
  }

  type record Emergency_registration {
  }

  type record Initial_registration {
  }

  type record Restoration {
  }

  type record Emergency {
  }

  type record TAction {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record of anytype elem optional
  }

  type record TIMS3GPP {
    XSDAUX.decimal version,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    union {
      TAlternativeService alternative_service,
      XSDAUX.string service_info
    } choice,
    record of anytype elem optional
  }

}
with {
  encode "Ims_3gpp";
}
+107 −105
Original line number Diff line number Diff line
module ietf_params_xml_ns_conference_info {
  import from XSDAUX language "TTCN-3:2009" all; 

  type record Conference_medium_type {
    XSDAUX.string label_,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.string type_,
    Media_status_type status optional,
    record of anytype elem optional
  }

  type record Conference_media_type {
    record of record {
      charstring name,
@@ -21,30 +9,24 @@ module ietf_params_xml_ns_conference_info {
    record length (1 .. infinity) of Conference_medium_type entry
  }

  type record Host_type {
  type record of XSDAUX.languageXSD User_languages_type; 

  type Conference_type Conference_info; 

  type record of XSDAUX.string Keywords_type; 

  type record Uri_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.anyURI uri,
    XSDAUX.string display_text optional,
    XSDAUX.anyURI web_page optional,
    Uris_type uris optional,
    XSDAUX.string purpose optional,
    Execution_type modified optional,
    record of anytype elem optional
  }

  type record Uris_type {
    State_type state optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record length (1 .. infinity) of Uri_type entry
  }

  type record of XSDAUX.languageXSD User_languages_type; 

  type record of XSDAUX.string Keywords_type; 

  type enumerated Endpoint_status_type {
    alerting, 
    connected, 
@@ -57,35 +39,6 @@ module ietf_params_xml_ns_conference_info {
    pending
  }

  type record Uri_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.anyURI uri,
    XSDAUX.string display_text optional,
    XSDAUX.string purpose optional,
    Execution_type modified optional,
    record of anytype elem optional
  }

  type enumerated Joining_type {
    dialed_in, 
    dialed_out, 
    focus_owner
  }

  type record Conference_state_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.unsignedInt user_count optional,
    XSDAUX.booleanXSD active optional,
    XSDAUX.booleanXSD locked optional,
    record of anytype elem optional
  }

  type enumerated Disconnection_type {
    booted, 
    busy, 
@@ -93,13 +46,11 @@ module ietf_params_xml_ns_conference_info {
    failed
  }

  type record Sidebars_by_val_type {
    State_type state optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record of Conference_type entry optional
  type enumerated Media_status_type {
    inactive, 
    recvonly, 
    sendonly, 
    sendrecv
  }

  type record Users_type {
@@ -112,27 +63,13 @@ module ietf_params_xml_ns_conference_info {
    record of anytype elem optional
  }

  type record User_type {
    XSDAUX.anyURI entity optional,
  type record Sidebars_by_val_type {
    State_type state optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    Uris_type associated_aors optional,
    User_roles_type roles optional,
    User_languages_type languages optional,
    XSDAUX.anyURI cascaded_focus optional,
    record of Endpoint_type endpoint optional,
    record of anytype elem optional
  }

  type enumerated Media_status_type {
    inactive, 
    recvonly, 
    sendonly, 
    sendrecv
    record of Conference_type entry optional
  }

  type enumerated State_type {
@@ -158,26 +95,6 @@ module ietf_params_xml_ns_conference_info {
    record of anytype elem optional
  }

  type record User_roles_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record length (1 .. infinity) of XSDAUX.string entry
  }

  type record Sip_dialog_id_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.string call_id,
    XSDAUX.string from_tag,
    XSDAUX.string to_tag,
    record of anytype elem optional
  }

  type record Execution_type {
    record of record {
      charstring name,
@@ -218,6 +135,20 @@ module ietf_params_xml_ns_conference_info {
    } choice
  }

  type record Media_type {
    XSDAUX.string id,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.string type_ optional,
    XSDAUX.string label_ optional,
    XSDAUX.string src_id optional,
    Media_status_type status optional,
    record of anytype elem optional
  }

  type record Conference_description_type {
    record of record {
      charstring name,
@@ -234,20 +165,91 @@ module ietf_params_xml_ns_conference_info {
    record of anytype elem optional
  }

  type record Media_type {
    XSDAUX.string id,
  type record Conference_medium_type {
    XSDAUX.string label_,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.string type_ optional,
    XSDAUX.string label_ optional,
    XSDAUX.string src_id optional,
    XSDAUX.string type_,
    Media_status_type status optional,
    record of anytype elem optional
  }

  type record Host_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.anyURI web_page optional,
    Uris_type uris optional,
    record of anytype elem optional
  }

  type record Uris_type {
    State_type state optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record length (1 .. infinity) of Uri_type entry
  }

  type enumerated Joining_type {
    dialed_in, 
    dialed_out, 
    focus_owner
  }

  type record Conference_state_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.unsignedInt user_count optional,
    XSDAUX.booleanXSD active optional,
    XSDAUX.booleanXSD locked optional,
    record of anytype elem optional
  }

  type record User_type {
    XSDAUX.anyURI entity optional,
    State_type state optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    Uris_type associated_aors optional,
    User_roles_type roles optional,
    User_languages_type languages optional,
    XSDAUX.anyURI cascaded_focus optional,
    record of Endpoint_type endpoint optional,
    record of anytype elem optional
  }

  type record User_roles_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    record length (1 .. infinity) of XSDAUX.string entry
  }

  type record Sip_dialog_id_type {
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional,
    XSDAUX.string display_text optional,
    XSDAUX.string call_id,
    XSDAUX.string from_tag,
    XSDAUX.string to_tag,
    record of anytype elem optional
  }

}
with {
  encode "CONF";
+5 −1
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ module oma_xml_xdm_common_policy {
  type record EmptyType {
  }

  type EmptyType Anonymous_request; 

  type EmptyType Other_identity; 

  type record AnchorType {
    XSDAUX.anyURI anc optional,
    record of record {
@@ -18,5 +22,5 @@ module oma_xml_xdm_common_policy {

}
with {
  encode "SupplementaryServices";
  encode "xdm_commonPolicy_v1_0";
}
+2 −0
Original line number Diff line number Diff line
@@ -141,6 +141,8 @@ module org_etsi_uri__ngn_params_xml_comm_div_info {
    XSDAUX.string diversion_rule
  }

  type Comm_div_info_type Comm_div_info; 

  type record User_selection_criteria_type {
    record of record {
      charstring name,
Loading