Changeset 2580

Show
Ignore:
Timestamp:
07/07/08 04:35:16 (6 months ago)
Author:
david
Message:

Allow any element from other namespaces in routing <configuration> elements, refs #515 and #795

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/david-xml_only_config_system/src/config/xsd/routing.xsd

    r2380 r2580  
    1313    <xs:complexContent> 
    1414      <xs:extension base="base_configuration_with_context"> 
    15         <xs:group ref="routes" /> 
     15        <xs:sequence> 
     16          <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax" /> 
     17          <xs:group ref="routes" /> 
     18        </xs:sequence> 
    1619      </xs:extension> 
    1720    </xs:complexContent>