Ignore:
Timestamp:
03/12/14 17:08:50 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • update Schemas:
    • remove version number from namespace URI (and sanitize them a little)
    • Endpoint Description:
      • change element names <Collection*> to <Resource*>
      • drop <Profile> element
      • add extension points for Endpoint customizations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FederatedSearch/schema/Resource.xsd

    r4503 r4677  
    22<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    33    xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
    4     xmlns:fcs="http://clarin.eu/fcs/1.0"
    54    xmlns:h="http://www.w3.org/1999/xhtml"
     5    xmlns:fcs="http://clarin.eu/fcs/resource"
    66    xml:lang="en" vc:minVersion="1.0" vc:maxVersion="1.1"
    7     targetNamespace="http://clarin.eu/fcs/1.0" elementFormDefault="qualified">
     7    targetNamespace="http://clarin.eu/fcs/resource" elementFormDefault="qualified">
     8
    89    <xs:annotation>
    910        <xs:documentation>
     
    5051    <xs:complexType name="ResourceType">
    5152        <xs:sequence>
    52             <!--
    53               As long as there is no clear use-case, don't allow recursive Resources
    54               <xs:element name="Resource" minOccurs="0" maxOccurs="unbounded" type="fcs:ResourceType"/>
    55             -->
    5653            <xs:element name="DataView" type="fcs:DataViewType" minOccurs="0" maxOccurs="unbounded" />
    5754            <xs:element name="ResourceFragment" minOccurs="0" maxOccurs="unbounded">
Note: See TracChangeset for help on using the changeset viewer.