Commit 564b59ed authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

imported xsd, 1st xsd template

parent 3bbd22d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1015,7 +1015,7 @@ module DiameterShDh_TCFunctions {
                                                                m_public_user_identity(PX_PublicUserIdentity)
                                                                ),
                                                     m_data_Reference(DSAI_E),
                                                     m_user_Data_shData(char2oct("shimsdata_extension2")) //TODO import XML Schema
                                                     m_user_Data_shData(unichar2oct(encvalue_unichar(m_imsdata_ext2)))
                                                    )
                                     )
                    );
+15 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ module DiameterShDh_Templates {
    import from LibDiameter_Types_ShDh_AVPs all;
    import from LibDiameter_Templates all;
    
    import from NoTargetNamespace language "XSD" all
    with {
        extension "File:../LibDiameter/xsd/ShDataType_Rel15.xsd";
    }
    
    
    group SubFields{
    } // End of group SubFields

@@ -171,6 +177,15 @@ module DiameterShDh_Templates {
        
    } // End of group AvpsTemplates
     
    group Sh_XML_templates{
        
        template TShIMSDataExtension2 m_imsdata_ext2:= {
           dSAI_list :=  ? //TODO
           //extension_ := *
        }
        
    }// End of group Sh_XML_templates
    
    group Sh_modified_message_templates { 
        
        group Sh_request_message_templates_send {