Commit cd3446f5 authored by juvancic's avatar juvancic
Browse files

Added XML Header and Messages Type

parent cf496934
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -35,6 +35,17 @@ import from XSDAUX all;

group XmlTypes {
 
    type record XMLMessage{
        XmlHeader header optional,
        XmlBody body
    }
    	
    type record XmlHeader{
     XSDAUX.string version,
     XSDAUX.string encoding optional,
     XSDAUX.anyAttributes anyAttributes optional		
    }
	
	type union XmlBody{
		Conference_info conferenceInfo,		// if there is XML Conference_info
		Cug cug,							// if there is XML Cug