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

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

Modified Files:
	dateSpace.xsd 
Log Message:
Made elements likely to be trimmed by {http location ignore uncited} nillable, so a reconsituted XML structure will be valid.

Index: dateSpace.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/LocationTemplate-1G/dateSpace.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** dateSpace.xsd	20 Nov 2006 02:32:22 -0000	1.1
--- dateSpace.xsd	23 Jan 2007 07:36:27 -0000	1.2
***************
*** 8,14 ****
      <xs:sequence>
        <xs:element name="year" type="xs:int"/>
!       <xs:element name="month" type="xs:int"/>
!       <xs:element name="day" type="xs:int"/>
!       <xs:element name="time" type="xs:time" minOccurs="2" maxOccurs="2"/>
      </xs:sequence>
    </xs:complexType>
--- 8,14 ----
      <xs:sequence>
        <xs:element name="year" type="xs:int"/>
!       <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>

Received on Tuesday, 23 January 2007 07:36:36 UTC