Commit 3ce37eab authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Add .gitignore

parent 0c8ef1ae
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Original line Diff line number Diff line
/xsd/*.ttcn3view
+9 −10
Original line number Original line Diff line number Diff line
@@ -4,8 +4,8 @@
 *  PLEASE DO NOT EDIT! The file will be overwritten when the input file changes.
 *  PLEASE DO NOT EDIT! The file will be overwritten when the input file changes.
 *
 *
 *  Source:    ShDataType_Rel15.xsd
 *  Source:    ShDataType_Rel15.xsd
 *  Generator: TTworkbench XSD Parser 2.26.0.201806242223
 *  Generator: TTworkbench XSD Parser 1.1.14.201606151123
 *  Date:      10/5/18 10:44 AM
 *  Date:      15/10/18 09:34
 *
 *
 * ----------------------------------------------------------------------------
 * ----------------------------------------------------------------------------
 *  The XSD to TTCN-3 is a proprietary mapping based on the ES 201 873-9 ETSI standard.
 *  The XSD to TTCN-3 is a proprietary mapping based on the ES 201 873-9 ETSI standard.
@@ -17,14 +17,13 @@
 *   --xsd-mangle-names-standard-conform
 *   --xsd-mangle-names-standard-conform
 *   --xsd-generate-enumerations
 *   --xsd-generate-enumerations
 *   --xsd-map-optional-union-fields-to-record-of
 *   --xsd-map-optional-union-fields-to-record-of
 *   --xsd-map-substitution-groups-with-unions
 *  Details about the used mapping can be found in the TTworkbench documentation.
 *  Details about the used mapping can be found in the TTworkbench documentation.
 *
 *
 *  TTworkbench is a product of Spirent Communications.
 *  TTworkbench is a product of Testing Technologies.
 *  https://www.spirent.com/TTworkbench
 *  http://www.testingtech.com
 *
 *
 *  SPIRENT COMMUNICATIONS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
 *  TESTING TECHNOLOGIES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
 *  SOFTWARE. IN NO EVENT SHALL SPIRENT COMMUNICATIONS BE LIABLE FOR ANY
 *  SOFTWARE. IN NO EVENT SHALL TESTING TECHNOLOGIES BE LIABLE FOR ANY
 *  SPECIAL, DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 *  SPECIAL, DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 *  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 *  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
 *  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 *  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
@@ -36,7 +35,7 @@
 *  EXPRESSED WARRANTY OF NON-INFRINGEMENT OR THE IMPLIED WARRANTIES
 *  EXPRESSED WARRANTY OF NON-INFRINGEMENT OR THE IMPLIED WARRANTIES
 *  OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 *  OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 *
 *
 *  (C) Copyright Spirent Communications, 2000-2018. All Rights Reserved.
 *  (C) Copyright Testing Technologies, 2000-2018. All Rights Reserved.
 * ----------------------------------------------------------------------------
 * ----------------------------------------------------------------------------
 */
 */


@@ -337,7 +336,7 @@ module NoTargetNamespace {


  type record THeader {
  type record THeader {
    TString header,
    TString header,
    TString content optional,
    TString content_ optional,
    TExtension extension_ optional,
    TExtension extension_ optional,
    record of XSDAUX.AnyType elem_list
    record of XSDAUX.AnyType elem_list
  }
  }
@@ -805,7 +804,7 @@ module NoTargetNamespace {


  type record TSessionDescription {
  type record TSessionDescription {
    TString line,
    TString line,
    TString content optional,
    TString content_ optional,
    TExtension extension_ optional,
    TExtension extension_ optional,
    record of XSDAUX.AnyType elem_list
    record of XSDAUX.AnyType elem_list
  }
  }