Changeset 307


Ignore:
Timestamp:
03/29/10 14:32:10 (14 years ago)
Author:
dietuyt
Message:

Changes by INL

Location:
metadata/trunk/toolkit/components/clarin-nl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/components/clarin-nl/lexicalresource/CMDI-LEXICALRESOURCE.xml

    r296 r307  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3                    xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
    4                    isProfile="false">
    5    
     2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
     3    xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">   
    64    <Header>
    75        <ID>eu.clarin.cmdi.lexicalresource</ID>
     
    1715        <!-- within the component LexicalResource the component GeneralInfo contains general information about the lexical resource,
    1816            like the name, the title, the time coverage of the data etc. -->
    19         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-generalinfo.xml"
    20                      CardinalityMin="1"
    21                      CardinalityMax="1"/>
     17        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-generalinfo.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
    2218        <!-- within the component LexicalResource the component OriginLocation identifies the location where the lexical resource was built -->
    23         <CMD_Component name="OriginLocation" CardinalityMin="1" CardinalityMax="1">
     19        <CMD_Component name="OriginLocation" CardinalityMin="0" CardinalityMax="unbounded">
    2420            <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-location.xml"/>
    2521        </CMD_Component>
    2622        <!-- within the component LexicalResource the component Project contains information about the preceding project
    2723            in which the lexical resource was built -->
    28         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-project.xml"
    29                      CardinalityMin="0"
    30                      CardinalityMax="unbounded"/>
     24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-project.xml" CardinalityMin="0" CardinalityMax="unbounded"/>
    3125        <!-- within the component LexicalResource the component Creator contains (contact) information about
    3226            the creators of the lexical resource -->
    33         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-creators.xml"
    34                      CardinalityMin="1"
    35                      CardinalityMax="1"/>
     27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-creators.xml" CardinalityMin="0" CardinalityMax="1"/>
    3628        <!-- within the component LexicalResource the component Source contains information about the source material that was used
    3729            to build the resource or on which the lexical resource was based-->
    38         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-source.xml"
    39                      CardinalityMin="0"
    40                      CardinalityMax="unbounded"/>
     30        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-source.xml" CardinalityMin="0" CardinalityMax="unbounded"/>
    4131        <!-- within the component LexicalResource the component Size contains information about the size of the whole lexical resource
    4232            e.g. total number of words -->
    43         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-size.xml"
    44                      CardinalityMin="1"
    45                      CardinalityMax="1"/>
     33        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-size.xml" CardinalityMin="0" CardinalityMax="1"/>
    4634        <!-- within the component LexicalResource the component SubjectLanguages identifies the language(s) included in
    4735            the lexical resource and states which language is the dominant language, the source language and/or the target language-->
    48         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml"
    49                      CardinalityMin="1"
    50                      CardinalityMax="1"/>
     36        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml" CardinalityMin="0" CardinalityMax="1"/>
    5137        <!-- within the component LexicalResource the component DocumentationLanguages identifies the language(s) in which
    5238            the documentation on the lexical resource is available -->
    53         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-documentationlanguages.xml"
    54                      CardinalityMin="0"
    55                      CardinalityMax="1"/>
     39        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-documentationlanguages.xml" CardinalityMin="0" CardinalityMax="1"/>
    5640        <!-- within the component LexicalResource the component AnnotationFormat contains information about the annotation format(s)
    5741            that is/are used in the lexical resource-->
    58         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml"
    59                      CardinalityMin="1"
    60                      CardinalityMax="unbounded"/>
     42        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml" CardinalityMin="0" CardinalityMax="unbounded"/>
    6143        <!-- within the component LexicalResource the component Validation contains information about the (available)
    6244            validation of the lexical resource -->
    63         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-validation.xml"
    64                      CardinalityMin="1"
    65                      CardinalityMax="1"/>
     45        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-validation.xml" CardinalityMin="0" CardinalityMax="1"/>
    6646        <!-- within the component LexicalResource the component Access contains information on the availability and
    6747            accessibility of the lexical resource -->
    68         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-access.xml"
    69                      CardinalityMin="1"
    70                      CardinalityMax="1"/>           
     48        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-access.xml" CardinalityMin="0" CardinalityMax="1"/>           
    7149       
    7250       
     
    7452       
    7553        <!-- the component LexicalType specifies the type, multilinguality, modality and headword type of the lexical resource -->
    76         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-lexicaltype.xml"
    77                      CardinalityMin="1"
    78                      CardinalityMax="unbounded"/>
     54        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-lexicaltype.xml" CardinalityMin="1" CardinalityMax="unbounded"></CMD_Component>
    7955        <!-- the component AnnotationTypes specifies the linguistic content (annotations) of the lexical resource-->
    80         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtypes.xml"
    81                      CardinalityMin="1"
    82                      CardinalityMax="unbounded"/>
     56        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtypes.xml" CardinalityMin="1" CardinalityMax="unbounded"></CMD_Component>
    8357               
    8458    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/lexicalresource/cmdi-lexicaltype.xml

    r296 r307  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3                    xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
    4                    isProfile="false">
     2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
     3    xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
    54   
    65    <Header>
     
    1312             
    1413        <!-- the component LexicalMainType indicates the main type of the lexical resource -->
    15         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-lexicalmaintype.xml"
    16                      CardinalityMin="1"
    17                      CardinalityMax="1"/>
     14        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-lexicalmaintype.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
    1815        <!-- the component LexicalSubType specifies of the main type of the lexical resource -->
    19         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-lexicalsubtype.xml"
    20                      CardinalityMin="0"
    21                      CardinalityMax="1"/>
     16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-lexicalsubtype.xml" CardinalityMin="0" CardinalityMax="1"></CMD_Component>
    2217        <!-- the component HeadWordType indicates the linguistic nature of the lexical entry in the lexical resource -->
    23         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-headwordtype.xml"
    24                      CardinalityMin="1"
    25                      CardinalityMax="unbounded"/>
     18        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-headwordtype.xml" CardinalityMin="1" CardinalityMax="unbounded"></CMD_Component>
    2619        <!-- the component MultiLinguality specifies whether one, two or more languages are included in the lexical resource -->
    27         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml"
    28                      CardinalityMin="1"
    29                      CardinalityMax="1"/>
     20        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
    3021        <!-- the component Modality indicates which mode of communication is captured in the lexical resource-->
    31         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml"
    32                      CardinalityMin="0"
    33                      CardinalityMax="unbounded"/>
     22        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml" CardinalityMin="0" CardinalityMax="unbounded"></CMD_Component>
    3423       
    3524
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-SESSION.xml

    r293 r307  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
    3                    xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
     2
     3<CMD_ComponentSpec xsi:schemaLocation="http://www.clarin.eu/cmd
     4    http://www.clarin.eu/cmd/general-component-schema.xsd" isProfile="false">
     5   
    46   
    57    <Header>
     
    911   
    1012    <CMD_Component name="SESSION" CardinalityMin="1" CardinalityMax="1">
    11         <CMD_Element name="Name" ValueScheme="string" CardinalityMin="1"
    12                    ConceptLink="http://www.isocat.org/datcat/DC-2544"
    13                    CardinalityMax="unbounded"/>
    14         <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal"
    15                    ConceptLink="http://www.isocat.org/datcat/DC-2692"
    16                    CardinalityMax="1"/>
     13        <CMD_Element name="Name" ValueScheme="string" CardinalityMin="1" ConceptLink="http://www.isocat.org/datcat/DC-2544" CardinalityMax="unbounded"/>
     14        <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal" ConceptLink="http://www.isocat.org/datcat/DC-2692" CardinalityMax="1"></CMD_Element>
    1715        <!-- within the component Session the component Description provides the possibility to add extra information about a session -->
    18         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
    19                      CardinalityMin="0"
    20                      CardinalityMax="1"/>
     16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml" CardinalityMin="0" CardinalityMax="1"/>
    2117        <!-- the component Actors contains information about the speaker(s) of one session, e.g. age, profession, relation between the speakers,... -->
    22         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actors.xml"
    23                      CardinalityMax="1"/>
     18        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actors.xml" CardinalityMax="1" />
    2419        <!-- within the component Session the component SubjectLanguages identifies the language(s) included in the resource and states which language is the dominant language, the source language and/or the target language-->
    25         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-subjectlanguages.xml"
    26                      CardinalityMax="1"/>
     20        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml" CardinalityMax="1"/>
    2721        <!-- within the component Session the component Content contains information about the content of a session, e.g. what is the genre -->
    28         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-content.xml"
    29                      CardinalityMax="1"/>
     22        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-content.xml" CardinalityMax="1" />
    3023        <!-- the component SessionResources contains information about the media file and the written resources associated with a session-->
    31         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-sessionresources.xml"
    32                      CardinalityMax="1"/>
     24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-sessionresources.xml" CardinalityMax="1" />
    3325       
    3426    </CMD_Component>
    3527
    3628</CMD_ComponentSpec>
     29
Note: See TracChangeset for help on using the changeset viewer.