Commit c843d80c authored by stancakapost's avatar stancakapost
Browse files

renamed type Ize2 to Ize and added the missing field

headNoSubstition_list as requested by CR
http://forge.etsi.org/mantis/view.php?id=6888
parent a9eb18b6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -9,10 +9,12 @@ module Pos_080101_head_elements_of_substitution_groups_003 {
    import from schema_Pos_080101_head_elements_of_substitution_groups_003 language "XSD" all;
    import from schema_Pos_080101_head_elements_of_substitution_groups_003 language "XSD" all;


    template Ize m_msg := {
    template Ize m_msg := {
		headNoSubstition_list:= {
			{ headNoSubstition := "anything" },
			{ headNoSubstition := "anything" },
			{ groupMember1 := "any thing" },
			{ groupMember1 := "any thing" },
			{ groupMember2 := "something" }
			{ groupMember2 := "something" }
		}
		}
    }


//#TC
//#TC
}
}
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@
	<element name="headNoSubstition" type="string" block="#all"/>
	<element name="headNoSubstition" type="string" block="#all"/>
	<element name="groupMember1" type="string" substitutionGroup="ns:headNoSubstition"/>
	<element name="groupMember1" type="string" substitutionGroup="ns:headNoSubstition"/>
	<element name="groupMember2" type="string" substitutionGroup="ns:headNoSubstition"/>
	<element name="groupMember2" type="string" substitutionGroup="ns:headNoSubstition"/>
	<!-- TOP LEVEL ELEMENT TO DEMONSTRATE SUBSTITUTION --> <element name="ize2">
	<!-- TOP LEVEL ELEMENT TO DEMONSTRATE SUBSTITUTION --> <element name="ize">
		<complexType>
		<complexType>
			<sequence>
			<sequence>
				<element ref="ns:headNoSubstition" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="ns:headNoSubstition" minOccurs="0" maxOccurs="unbounded"/>