2002/ws/desc/test-suite/documents/good/LocationTemplate-1G dateSpace.xsd,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G
In directory hutz:/tmp/cvs-serv20506/test-suite/documents/good/LocationTemplate-1G

Modified Files:
	dateSpace.xsd 
Log Message:
Changed occurance to conform to CR146 proposed assertion.

Index: dateSpace.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G/dateSpace.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** dateSpace.xsd	23 Jan 2007 07:36:27 -0000	1.2
--- dateSpace.xsd	31 Jan 2007 20:05:19 -0000	1.3
***************
*** 10,14 ****
        <xs:element name="month" type="xs:int" nillable="true"/>
        <xs:element name="day" type="xs:int" nillable="true"/>
!       <xs:element name="time" type="xs:time" minOccurs="2" maxOccurs="2" nillable="true"/>
      </xs:sequence>
    </xs:complexType>
--- 10,14 ----
        <xs:element name="month" type="xs:int" nillable="true"/>
        <xs:element name="day" type="xs:int" nillable="true"/>
!       <xs:element name="time" type="xs:time" minOccurs="1" maxOccurs="2"/>
      </xs:sequence>
    </xs:complexType>

Received on Wednesday, 31 January 2007 20:05:26 UTC