Commit 897c8506 authored by juvancic's avatar juvancic
Browse files

validation week 7/2010

parent 5497ece4
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -38,9 +38,9 @@ module LibSip_Templates
		extension "File:../xsd/MCID.xsd"
	}
	
    import from Ims_3gpp language "XSD" all
    import from Ims3gpp language "XSD" all
    with {
        extension "File:../xsd/Ims_3gpp.xsd"
        extension "File:../xsd/Ims3gpp.xsd"
    }
    
    import from ietf_params_xml_ns_conference_info language "XSD" all
@@ -317,12 +317,12 @@ module LibSip_Templates
		  scheme := c_sipScheme,  		//*  contains "sip"
		  userInfo := 			//*  optional
		  {
			userOrTelephoneSubscriber := "Anonymous",//*  charstring
			userOrTelephoneSubscriber := pattern "[a,A][n,N][o,O][n,N][y,Y][m,M][o,O][u,U][s,s]",//*  charstring
			password := omit		//*  optional charstring
		  },
		  hostPort :=
		  {
			host := "anonymous.invalid",	//*  hostname, IPv4 or IPv6 as a charstring
			host := pattern "[a,A]nonymous.invalid",	//*  hostname, IPv4 or IPv6 as a charstring
			portField := *	//* optional integer
		  },
		  urlParameters := *,
@@ -402,12 +402,12 @@ module LibSip_Templates


	group HeaderFieldTemplates {
		template Allow m_Allow (template Method_List p_methods) := {
		template LibSip_SIPTypesAndValues.Allow m_Allow (template Method_List p_methods) := {
			fieldName := ALLOW_E,
			methods := p_methods
		}
		
		template Allow mw_Allow (charstring p_method) := {
		template LibSip_SIPTypesAndValues.Allow mw_Allow (charstring p_method) := {
			fieldName := ALLOW_E,
			methods := superset(p_method)
		}