Author: markus Date: 2006-03-13 13:24:27 +0100 (Mon, 13 Mar 2006) New Revision: 514 Modified: trunk/protocol/tapir.xsd Log: CNServers are optional again. Modified: trunk/protocol/tapir.xsd =================================================================== --- trunk/protocol/tapir.xsd 2006-03-13 11:04:20 UTC (rev 513) +++ trunk/protocol/tapir.xsd 2006-03-13 12:24:27 UTC (rev 514) @@ -844,7 +844,7 @@ </xsd:annotation> <xsd:complexType> <xsd:sequence> - <xsd:element name="server" type="externalResourceType" minOccurs="1" maxOccurs="unbounded"> + <xsd:element name="server" type="externalResourceType" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>Multiple servers allowed. Ordered list with the first server(s) having priority over the following ones.</xsd:documentation> </xsd:annotation>