Commit cf8b9a1b authored by urbant's avatar urbant
Browse files

Type-related fixes in date and Gregorian year tests

Updated TestCast adapter and tester application
parent 3ecae094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  targetNamespace="schema:Pos_060504_date_001"
  xmlns:types="schema:Pos_060504_date_001">
    <simpleType name="t1">
        <restriction base="dateTime"/>
        <restriction base="date"/>
    </simpleType>
    <element name="e1" type="types:t1"/>
</schema>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  targetNamespace="schema:Pos_060504_date_002"
  xmlns:types="schema:Pos_060504_date_002">
    <simpleType name="t1">
        <restriction base="dateTime"/>
        <restriction base="date"/>
    </simpleType>
    <element name="e1" type="types:t1"/>
</schema>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  targetNamespace="schema:Pos_060504_date_003"
  xmlns:types="schema:Pos_060504_date_003">
    <simpleType name="t1">
        <restriction base="dateTime"/>
        <restriction base="date"/>
    </simpleType>
    <element name="e1" type="types:t1"/>
</schema>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  targetNamespace="schema:Pos_060506_gregorian_year_001"
  xmlns:types="schema:Pos_060506_gregorian_year_001">
    <simpleType name="t1">
        <restriction base="gYearMonth"/>
        <restriction base="gYear"/>
    </simpleType>
    <element name="e1" type="types:t1"/>
</schema>
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  targetNamespace="schema:Pos_060506_gregorian_year_002"
  xmlns:types="schema:Pos_060506_gregorian_year_002">
    <simpleType name="t1">
        <restriction base="gYearMonth"/>
        <restriction base="gYear"/>
    </simpleType>
    <element name="e1" type="types:t1"/>
</schema>
Loading