Loading 07_mapping_xsd_components/0701_attributes_of_xsd_component_declarations/070101_id/Pos_070101_id_001/Pos_070101_id_001.ttcn_ +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,6 @@ module Pos_070101_id_001 { template E01 m_base := "test"; template E01 m_base := "test"; template MyType m_msg := m_base; template MyType m_msg := m_base; //#TC //#TC } } 07_mapping_xsd_components/0701_attributes_of_xsd_component_declarations/070101_id/Pos_070101_id_001/Pos_070101_id_001.xsd +12 −6 Original line number Original line Diff line number Diff line Loading @@ -2,5 +2,11 @@ <schema xmlns="http://www.w3.org/2001/XMLSchema" <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="schema:Pos_070101_id_001" targetNamespace="schema:Pos_070101_id_001" xmlns:ns="schema:Pos_070101_id_001"> xmlns:ns="schema:Pos_070101_id_001"> <element name="MyType" id="e01" type="string" /> <complexType name="ProductType"> <sequence> <element name="name" type="string"/> <element name="price" type="string"/> </sequence> <attribute ref="id" use="required" /> </complexType> </schema> </schema> No newline at end of file Loading
07_mapping_xsd_components/0701_attributes_of_xsd_component_declarations/070101_id/Pos_070101_id_001/Pos_070101_id_001.ttcn_ +1 −1 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,6 @@ module Pos_070101_id_001 { template E01 m_base := "test"; template E01 m_base := "test"; template MyType m_msg := m_base; template MyType m_msg := m_base; //#TC //#TC } }
07_mapping_xsd_components/0701_attributes_of_xsd_component_declarations/070101_id/Pos_070101_id_001/Pos_070101_id_001.xsd +12 −6 Original line number Original line Diff line number Diff line Loading @@ -2,5 +2,11 @@ <schema xmlns="http://www.w3.org/2001/XMLSchema" <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="schema:Pos_070101_id_001" targetNamespace="schema:Pos_070101_id_001" xmlns:ns="schema:Pos_070101_id_001"> xmlns:ns="schema:Pos_070101_id_001"> <element name="MyType" id="e01" type="string" /> <complexType name="ProductType"> <sequence> <element name="name" type="string"/> <element name="price" type="string"/> </sequence> <attribute ref="id" use="required" /> </complexType> </schema> </schema> No newline at end of file