Last sync 2016.04.01
[deliverable/titan.core.git] / xsdconvert / ComplexType.hh
index c6918e61bb352179f8fc20ffd30d9907c64def58..7b384ad2ce972ef197512055ac02caf993589de7 100644 (file)
@@ -1,10 +1,17 @@
-///////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2000-2015 Ericsson Telecom AB
-// All rights reserved. This program and the accompanying materials
-// are made available under the terms of the Eclipse Public License v1.0
-// which accompanies this distribution, and is available at
-// http://www.eclipse.org/legal/epl-v10.html
-///////////////////////////////////////////////////////////////////////////////
+/******************************************************************************
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Balasko, Jeno
+ *   Godar, Marton
+ *   Raduly, Csaba
+ *   Szabo, Bence Janos
+ *
+ ******************************************************************************/
 #ifndef COMPLEXTYPE_H_
 #define COMPLEXTYPE_H_
 
@@ -72,6 +79,7 @@ private:
   ComplexType * basefield;
   ComplexType_Mode cmode;
   Resolv_State resolved;
+  ComplexType * parentTypeSubsGroup;
 
 
   void applyAttributeRestriction(ComplexType * found_CT);
@@ -133,6 +141,7 @@ public:
   void finalModification();
   bool hasUnresolvedReference(){ return resolved == No; }
   void setNameDep(SimpleType * dep) { nameDep = dep; }
+  void setParentTypeSubsGroup(ComplexType * dep) { parentTypeSubsGroup = dep; }
 
   void dump(unsigned int depth) const;
 
This page took 0.040267 seconds and 5 git commands to generate.