Changeset 4896


Ignore:
Timestamp:
04/04/14 12:42:02 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • change 'send-default' to 'send-by-default'
Location:
FederatedSearch
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • FederatedSearch/examples/Endpoint-Description-Complex.xml

    r4704 r4896  
    88    </Capabilities>
    99    <SupportedDataViews>
    10         <SupportedDataView id="dv1" delivery-policy="send-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
     10        <SupportedDataView id="dv1" delivery-policy="send-by-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
    1111        <SupportedDataView id="dv2" delivery-policy="need-to-request">application/x-cmdi+xml</SupportedDataView>
    1212    </SupportedDataViews>
  • FederatedSearch/examples/Endpoint-Description-Simple.xml

    r4746 r4896  
    88    </Capabilities>
    99    <SupportedDataViews>
    10         <SupportedDataView id="dv1" delivery-policy="send-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
     10        <SupportedDataView id="dv1" delivery-policy="send-by-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
    1111    </SupportedDataViews>
    1212    <Resources>
  • FederatedSearch/schema/Endpoint-Description.xsd

    r4704 r4896  
    113113                                                <xs:simpleType>
    114114                                                    <xs:restriction base="xs:string">
    115                                                         <xs:enumeration value="send-default">
     115                                                        <xs:enumeration value="send-by-default">
    116116                                                            <xs:annotation>
    117117                                                                <xs:documentation>
Note: See TracChangeset for help on using the changeset viewer.