Loading 08_substitutions/0801_element_substitution/080101_head_elements_of_substitution_groups/Pos_080101_head_elements_of_substitution_groups_003/Pos_080101_head_elements_of_substitution_groups_003.ttcn_ +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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 } } 08_substitutions/0801_element_substitution/080101_head_elements_of_substitution_groups/Pos_080101_head_elements_of_substitution_groups_003/Pos_080101_head_elements_of_substitution_groups_003.xsd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"/> Loading Loading
08_substitutions/0801_element_substitution/080101_head_elements_of_substitution_groups/Pos_080101_head_elements_of_substitution_groups_003/Pos_080101_head_elements_of_substitution_groups_003.ttcn_ +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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 } }
08_substitutions/0801_element_substitution/080101_head_elements_of_substitution_groups/Pos_080101_head_elements_of_substitution_groups_003/Pos_080101_head_elements_of_substitution_groups_003.xsd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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"/> Loading