Commit e8a30c71 authored by schmitting's avatar schmitting
Browse files

removal of language tags

parent cd48c9bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *  @version    $Id: LibSip_SMSTypes.ttcn 488 2010-11-08 10:17:19Z pintar $
 *	@desc		This module provides the SMS type system for SIP tests.
 */
module LibSip_SimpleMsgSummaryTypes language "TTCN-3:2009" { // RFC 3842
module LibSip_SimpleMsgSummaryTypes { // RFC 3842
    
    group SMSConstants{

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 *   			- new group ACR_CD added by STF38
 *              - new types RegInfo and Pidf_Lo added by STF160
 */
module LibSip_XMLTypes language "TTCN-3:2009" {
module LibSip_XMLTypes {

    import from http_www_w3_org_XML_1998_namespace language "XSD" all
    with {
+62 −0
Original line number Diff line number Diff line
module NoTargetNamespace {
  import from XSDAUX language "TTCN-3:2010" all; 

  type record Initial_registration {
  }

  type record Emergency {
  }

  type TAction Action; 

  type record Emergency_registration {
  }

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

  type TIMS3GPP Ims_3gpp; 

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

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

  type record Restoration {
  }

  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_list optional
  }

}
with {
  encode "Ims3gpp";
}

xsd/XMLSchema.xsd

deleted100644 → 0
+0 −2534

File deleted.

Preview size limit exceeded, changes collapsed.