You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2020/09/28 23:38:12 UTC

[incubator-daffodil] branch master updated: Removed invalid self referencing type definitions

This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 7625d42  Removed invalid self referencing type definitions
7625d42 is described below

commit 7625d4273cdfe05523096780c40be5c4713f2863
Author: Steinberger <rs...@tresys.com>
AuthorDate: Mon Sep 28 12:53:41 2020 -0400

    Removed invalid self referencing type definitions
    
    Daffodil-2196
---
 .../org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd | 99 ----------------------
 1 file changed, 99 deletions(-)

diff --git a/daffodil-lib/src/main/resources/org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd b/daffodil-lib/src/main/resources/org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd
index 1863c24..e462d00 100644
--- a/daffodil-lib/src/main/resources/org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd
+++ b/daffodil-lib/src/main/resources/org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd
@@ -1799,103 +1799,4 @@ this to validate when we load a DFDL Schema.
     </xsd:complexType>
   </xsd:element>
 
-  <xsd:annotation>
-    <xsd:documentation>
-      Subset of XSD types for DFDL v1.0
-    </xsd:documentation>
-  </xsd:annotation>
-
-  <xsd:simpleType name="string" id="string">
-    <xsd:restriction base="xsd:string">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="boolean" id="boolean">
-    <xsd:restriction base="xsd:boolean">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="float" id="float">
-    <xsd:restriction base="xsd:float">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="double" id="double">
-    <xsd:restriction base="xsd:double">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="decimal" id="decimal">
-    <xsd:restriction base="xsd:decimal">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="dateTime" id="dateTime">
-    <xsd:restriction base="xsd:dateTime">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="time" id="time">
-    <xsd:restriction base="xsd:time">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="date" id="date">
-    <xsd:restriction base="xsd:date">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="hexBinary" id="hexBinary">
-    <xsd:restriction base="xsd:hexBinary">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:annotation>
-    <xsd:documentation>
-      Now the derived primitive types
-    </xsd:documentation>
-  </xsd:annotation>
-
-
-  <xsd:simpleType name="long" id="long">
-    <xsd:restriction base="xsd:long">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="int" id="int">
-    <xsd:restriction base="xsd:int">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="short" id="short">
-    <xsd:restriction base="xsd:short">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="byte" id="byte">
-    <xsd:restriction base="xsd:byte">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="unsignedLong" id="unsignedLong">
-    <xsd:restriction base="xsd:unsignedLong">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="unsignedInt" id="unsignedInt">
-    <xsd:restriction base="xsd:unsignedInt">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="unsignedShort" id="unsignedShort">
-    <xsd:restriction base="xsd:unsignedShort">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-  <xsd:simpleType name="unsignedByte" id="unsignedByte">
-    <xsd:restriction base="xsd:unsignedByte">
-    </xsd:restriction>
-  </xsd:simpleType>
-
-
 </xsd:schema>