Changeset 293


Ignore:
Timestamp:
03/26/10 15:45:18 (14 years ago)
Author:
dietuyt
Message:

New component changes by INL

Location:
metadata/trunk/toolkit/components
Files:
1 deleted
25 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-COLLECTION.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="true">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="true">
    45    <Header>
    56        <ID>eu.clarin.cmdi.collection</ID>
     
    1011    <CMD_Component name="Collection" CardinalityMin="1" CardinalityMax="1">
    1112        <!-- within the component Collection the component GeneralInfo contains general information about the collection, like the name, the title, the time coverage of the data,... -->
    12         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-generalinfo.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
     13        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-generalinfo.xml"
     14                     CardinalityMin="1"
     15                     CardinalityMax="1"/>
    1316        <!-- within the component Collection the component OriginLocation identifies the location where the collection was built -->
    14         <CMD_Component name="OriginLocation" CardinalityMax="1">
    15             <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-location.xml"/>
     17        <CMD_Component name="OriginLocation" CardinalityMin="1" CardinalityMax="unbounded">
     18            <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-location.xml"
     19                        CardinalityMin="1"
     20                        CardinalityMax="unbounded"/>
    1621        </CMD_Component>
    1722        <!-- within the component Collection the component Project contains information about the preceding project in which the collection was built -->
    18         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-project.xml" CardinalityMax="unbounded"></CMD_Component>
     23        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-project.xml"
     24                     CardinalityMax="unbounded"/>
    1925        <!-- within the component Collection the component Creator contains (contact) information about the creators of the collection -->
    20         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-creators.xml" CardinalityMax="1"></CMD_Component>       
     26        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-creators.xml"
     27                     CardinalityMax="1"/>       
    2128        <!-- within the component Collection the component DocumentationLanguages identifies the language(s) in which the documentation about the collection is available -->
    22         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-documentationlanguages.xml" CardinalityMax="1"></CMD_Component>
     29        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-documentationlanguages.xml"
     30                     CardinalityMax="1"/>
    2331        <!-- within the component Collection the component Access contains information about the availability and accessibility of the collection -->
    24         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-access.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component> 
     32        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-access.xml"
     33                     CardinalityMin="1"
     34                     CardinalityMax="1"/> 
    2535
    2636        <!-- the component CollectionType specifies whether the collection contains audio, video, text, pictures or other resources -->
    27         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-collectiontype.xml" CardinalityMax="1"></CMD_Component>
     37        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-collectiontype.xml"
     38                     CardinalityMax="1"/>
    2839           
    2940    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-collectiontype.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd" isProfile="false">
     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">
    35    <Header>
    46        <Name>Collection Type</Name>
     
    810    <CMD_Component name="CollectionType">
    911
    10         <CMD_Element name="CollectionType" CardinalityMin="1" CardinalityMax="unbounded"  >
     12        <CMD_Element name="CollectionType" CardinalityMin="1" CardinalityMax="unbounded">
    1113            <ValueScheme>
    1214                <enumeration>
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-corpus.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="false">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    45
    56    <Header>
     
    1011    <CMD_Component name="Corpus" CardinalityMax="1">
    1112       
    12         <CMD_Element name="Multilinguality" ConceptLink="http://www.isocat.org/datcat/DC-2491" CardinalityMax="1">
    13             <ValueScheme>
    14                 <enumeration>
    15                     <item>monolingual</item>
    16                     <item>bilingual</item>
    17                     <item>multilingual</item>
    18                 </enumeration>
    19             </ValueScheme>
    20         </CMD_Element>
    21 
    22         <CMD_Element name="Topic" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2503" CardinalityMin="0"/>
    23         <CMD_Component name="AnnotationType" CardinalityMax="unbounded"/>
     13 
     14        <CMD_Element name="Topic" ValueScheme="string"
     15                   ConceptLink="http://www.isocat.org/datcat/DC-2503"
     16                   CardinalityMin="0"/>
     17       
     18        <!-- within the component Corpus the component MultiLinguality specifies whether one, two or more languages are included in a corpus -->
     19        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml"/>
     20        <!-- within the component Corpus the component AnnotationTypes contains information about the annotations included in a corpus -->
     21        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtypes.xml"
     22                     CardinalityMax="unbounded"/>
    2423        <!-- the component Size contains information about the total size of the corpus and if more than one language is included in the resource, about the size per language. e.g. number of words -->
    25         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-size.xml" CardinalityMax="1"/>
     24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-size.xml"
     25                     CardinalityMax="1"/>
    2626        <!-- within the component Corpus the component SubjectLanguages identifies the language(s) included in the corpus and indicates which language is the dominant language, the source language and/or the target language-->
    27         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml" CardinalityMax="1"/>
    28         <!-- the component CorpusModality contains information about the modalities that are contained in the corpus. e.g. speech, signs, facial expressions,... -->
    29         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-corpusmodality.xml" CardinalityMax="unbounded"/>
     27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml"
     28                     CardinalityMax="1"/>
     29        <!-- the component Modality contains information about the modalities that are contained in the corpus. e.g. speech, signs, facial expressions,... -->
     30        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml"
     31                     CardinalityMax="unbounded"/>
    3032        <!-- within the component Corpus the component Validation contains information about the validation mode, style and level of the corpus-->
    31         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-validation.xml" CardinalityMin="0" CardinalityMax="1"/>
     33        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-validation.xml"
     34                     CardinalityMin="0"
     35                     CardinalityMax="1"/>
    3236               
    3337    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-speech-corpus.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="false">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    45    <Header>
    5         <ID></ID>
     6        <ID/>
    67        <Name>Speech Corpus</Name>
    78        <Description>A component for metadata which is characteristic for a speech corpus, like the number of speakers included in the corpus, information about the recording environments,...</Description>
     
    1112     
    1213        <CMD_Element name="DurationOfEffectiveSpeech"
    13             ConceptLink="http://www.isocat.org/datcat/DC-2691" ValueScheme="string" CardinalityMin="0" CardinalityMax="1"/>
     14                   ConceptLink="http://www.isocat.org/datcat/DC-2691"
     15                   ValueScheme="string"
     16                   CardinalityMin="0"
     17                   CardinalityMax="1"/>
    1418        <CMD_Element name="DurationOfFullDatabase"
    15             ConceptLink="http://www.isocat.org/datcat/DC-2690" ValueScheme="string" CardinalityMax="1"/>
    16         <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal" ConceptLink="http://www.isocat.org/datcat/DC-2692" CardinalityMax="1"/>
     19                   ConceptLink="http://www.isocat.org/datcat/DC-2690"
     20                   ValueScheme="string"
     21                   CardinalityMax="1"/>
     22        <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal"
     23                   ConceptLink="http://www.isocat.org/datcat/DC-2692"
     24                   CardinalityMax="1"/>
    1725        <CMD_Element name="RecordingEnvironment" ValueScheme="string"
    18             ConceptLink="http://www.isocat.org/datcat/DC-2696" CardinalityMax="unbounded">
     26                   ConceptLink="http://www.isocat.org/datcat/DC-2696"
     27                   CardinalityMax="unbounded">
    1928            <ValueScheme>
    2029                <enumeration>
     
    3039        <CMD_Element name="SpeakerDemographics" ValueScheme="string" CardinalityMax="1"/>
    3140
    32 
    33 
    34         <CMD_Element name="Quality" CardinalityMin="0" CardinalityMax="unbounded" ConceptLink="http://www.isocat.org/datcat/DC-2574" >
     41        <CMD_Element name="Quality" CardinalityMin="0" CardinalityMax="unbounded"
     42                   ConceptLink="http://www.isocat.org/datcat/DC-2574">
    3543            <ValueScheme>
    3644                <enumeration>
     
    4553           </ValueScheme>
    4654        </CMD_Element>
    47         <CMD_Element name="RecordingPlatformHardware" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2693" CardinalityMin="0" CardinalityMax="unbounded"/>
    48         <CMD_Element name="RecordingPlatformSoftware" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2694" CardinalityMin="0" CardinalityMax="unbounded"/>
     55        <CMD_Element name="RecordingPlatformHardware" ValueScheme="string"
     56                   ConceptLink="http://www.isocat.org/datcat/DC-2693"
     57                   CardinalityMin="0"
     58                   CardinalityMax="unbounded"/>
     59        <CMD_Element name="RecordingPlatformSoftware" ValueScheme="string"
     60                   ConceptLink="http://www.isocat.org/datcat/DC-2694"
     61                   CardinalityMin="0"
     62                   CardinalityMax="unbounded"/>
    4963
    5064        <!-- within the component SpeechCorpus the component SpeechTechnical contains technical information about the entire speech corpus like the sampling frequency, the compression,... -->
    51         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-speech-technical.xml" CardinalityMax="unbounded"/>
     65        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-speech-technical.xml"
     66                     CardinalityMax="unbounded"/>
    5267
    5368    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-text-corpus.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="false">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    45    <Header>
    5         <ID></ID>
     6        <ID/>
    67        <Name>Text Corpus</Name>
    78        <Description>A component for metadata which is characteristic for a text corpus</Description>
     
    1011    <CMD_Component name="TextCorpus" CardinalityMax="1">
    1112             
    12         <CMD_Element name="Origin" ValueScheme="string" CardinalityMax="unbounded"/>   
     13        <CMD_Element name="SourceType" ValueScheme="string" CardinalityMax="unbounded"/>   
    1314        <!-- the component TextTechnical contains technical information about the text corpus, like the mime type and the character encoding -->
    14         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-text-technical.xml" CardinalityMax="1"/>
     15        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-text-technical.xml"
     16                     CardinalityMax="1"/>
    1517       
    1618    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-text-technical.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    55    <Header>
    66        <ID/>
     
    1010 
    1111    <CMD_Component name="TextTechnical">
    12         <CMD_Element name="CharacterEncoding" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2564" CardinalityMax="unbounded"/>
     12        <CMD_Element name="CharacterEncoding" ValueScheme="string"
     13                   ConceptLink="http://www.isocat.org/datcat/DC-2564"
     14                   CardinalityMax="unbounded"/>
    1315        <!-- within the component TextTechnical the component MimeType specifies the mime-type of the corpus, which is a formalized specifier for the format included.-->
    14         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-mimetype.xml" CardinalityMax="unbounded"/>
     16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-mimetype.xml"
     17                     CardinalityMax="unbounded"/>
    1518    </CMD_Component>
    1619
  • metadata/trunk/toolkit/components/clarin-nl/common/cmdi-creator.xml

    r274 r293  
    99   
    1010    <CMD_Component name="Creator">
    11         <CMD_Element name="Role" CardinalityMax="unbounded" ValueScheme="string"
     11        <CMD_Element name="Role" CardinalityMin="0" CardinalityMax="unbounded" ValueScheme="string"
    1212                   ConceptLink="http://www.isocat.org/datcat/DC-2513"/>
    1313        <!-- within the component Creator the component Contact contains contact information for a person or an organisation that was involved in the creation process of a resource -->
    1414        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-contact.xml"
    15                      CardinalityMax="1"/>
     15                     CardinalityMin="1"
     16                     CardinalityMax="unbounded"/>
    1617    </CMD_Component>   
    1718</CMD_ComponentSpec>
  • metadata/trunk/toolkit/components/clarin-nl/common/cmdi-description.xml

    r274 r293  
    1010   
    1111    <CMD_Component name="Description" ConceptLink="http://www.isocat.org/datcat/DC-2520">
    12         <CMD_Element name="Description" ValueScheme="string" CardinalityMin="1" CardinalityMax="1"
    13                    ConceptLink="http://www.isocat.org/datcat/DC-2520">
     12        <CMD_Element name="Description" ValueScheme="string" CardinalityMin="1" CardinalityMax="1" ConceptLink="http://www.isocat.org/datcat/DC-2520">
    1413            <AttributeList>
    1514                <Attribute>
  • metadata/trunk/toolkit/components/clarin-nl/common/cmdi-documentationlanguages.xml

    r274 r293  
    1010
    1111    <CMD_Component name="DocumentationLanguages">
     12        <!-- within the component DocumentationLanguages the component Description provides the possibility to add extra information about the languages in which the documentation of a resource is available -->
     13        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
     14                     CardinalityMin="0"
     15                     CardinalityMax="1"/>
    1216        <!-- within the component DocumentationLanguages the component Language identifies a language in which the documentation of a resource is available -->
    1317        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml"
  • metadata/trunk/toolkit/components/clarin-nl/common/cmdi-modality.xml

    r275 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="false">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    45    <Header>
    56        <Name>Corpus Modality</Name>
    6         <Description>A component which contains information about the modalities that are contained in a resource.</Description>
     7        <Description>A component which indicates which mode(s) of communication is/are captured in the resource</Description>
    78    </Header>
    89
    910    <CMD_Component name="Modality">
    1011
    11         <CMD_Element name="Modality" CardinalityMin="1" CardinalityMax="unbounded" ConceptLink="http://www.isocat.org/datcat/DC-2490">
     12        <CMD_Element name="Modality" CardinalityMin="1" CardinalityMax="unbounded"
     13                   ConceptLink="http://www.isocat.org/datcat/DC-2490">
    1214            <ValueScheme>
    1315                <enumeration>
     
    3032            </ValueScheme>
    3133        </CMD_Element>
     34        <!-- within the component Modality the component Description provides the possibility to add extra information about the mode(s) of communication that is/are captured in the resource -->
     35        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
     36                     CardinalityMin="0"
     37                     CardinalityMax="1"/>
    3238
    3339
  • metadata/trunk/toolkit/components/clarin-nl/common/cmdi-totalsize.xml

    r274 r293  
    1010    <CMD_Component name="TotalSize">
    1111        <CMD_Element name="Number" ValueScheme="decimal"
    12                    ConceptLink="http://www.isocat.org/datcat/DC-2580" CardinalityMin="1" CardinalityMax="1"/>
     12                   ConceptLink="http://www.isocat.org/datcat/DC-2580"
     13                   CardinalityMin="1"
     14                   CardinalityMax="1"/>
    1315        <!-- Unit can be hours, sessions, texts, words, lemmas, videos, phrases,... -->
    1416        <CMD_Element name="SizeUnit" ValueScheme="string"
    15                    ConceptLink="http://www.isocat.org/datcat/DC-2583" CardinalityMin="1" CardinalityMax="1"/>
     17                   ConceptLink="http://www.isocat.org/datcat/DC-2583"
     18                   CardinalityMin="1"
     19                   CardinalityMax="1"/>
    1620    </CMD_Component>
    1721</CMD_ComponentSpec>
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-SESSION.xml

    r266 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="true"
     2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
    33                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
    44   
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-TEXT.xml

    r266 r293  
    22<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    33                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
    4                    isProfile="true">
     4                   isProfile="false">
    55    <Header>
    66        <Name>TEXT</Name>
     
    2525                     CardinalityMax="1"/>
    2626        <!-- the component Source component contains information about the origin of the resource : on which resources was it based or from which resources were parts taken and what is the type of the source -->
    27         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-source.xml"
     27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-source.xml"
    2828                     CardinalityMax="1"/>
    2929        <!-- within the component TEXT the component WrittenResources contains information about the text itself and the dependent resources (e.g. annotations, analyses,... of the text)-->
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-actor.xml

    r266 r293  
    4545                    <item>Male</item>
    4646                    <item>Female</item>
    47                     <item>NAP</item>
     47                    <item>N/A</item>
    4848                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
    4949                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-actorlanguages.xml

    r266 r293  
    1414                     CardinalityMax="1"/>
    1515        <!-- the component ActorLanguage identifies a language used by a speaker and indicates whether that language is the mother tongue and/or the primary language of the speaker -->
    16         <CMD_Component filename="component-actorlanguage.xml" CardinalityMin="1"
     16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actorlanguage.xml"
     17                     CardinalityMin="1"
    1718                     CardinalityMax="unbounded"/>
    1819    </CMD_Component>
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-author.xml

    r266 r293  
    3131                    <item>Male</item>
    3232                    <item>Female</item>
    33                     <item>NAP</item>
     33                    <item>N/A</item>
    3434                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
    3535                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-content.xml

    r266 r293  
    6969        <CMD_Element name="Task" ValueScheme="string" CardinalityMin="0" CardinalityMax="1"
    7070                   ConceptLink="http://www.isocat.org/datcat/DC-2500"/>
    71         <CMD_Element name="Modalities" ValueScheme="string" CardinalityMax="unbounded"
    72                    ConceptLink="http://www.isocat.org/datcat/DC-2490"/>
    7371        <CMD_Element name="Topic" ValueScheme="string" CardinalityMin="0" CardinalityMax="unbounded"
    7472                   ConceptLink="http://www.isocat.org/datcat/DC-2503"/>
     73       
     74        <!-- the component Modality contains information about the modalities that are contained in the corpus. e.g. speech, signs, facial expressions,... -->
     75        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml"
     76                     CardinalityMax="unbounded"/>
    7577        <!-- the component CommunicationContext contains metadata about the communication context of a recording, e.g. how interactive was the communication, was the communication planned,... -->       
    7678        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-communicationcontext.xml"
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-writtenresource.xml

    r266 r293  
    7373            </ValueScheme>       
    7474        </CMD_Element>
    75         <CMD_Component name="AnnotationType" CardinalityMax="unbounded"/>
     75        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtype.xml"
     76                     CardinalityMax="unbounded"
     77                     CardinalityMin="1"/>
    7678        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml"
    7779                     CardinalityMax="1"/>
  • metadata/trunk/toolkit/components/clarin/cmdi-language.xml

    r275 r293  
    1010    <CMD_Component name="Language">
    1111       
    12         <CMD_Element name="languageName" CardinalityMin="1" CardinalityMax="1" ValueScheme="string"
     12        <CMD_Element name="LanguageName" CardinalityMin="1" CardinalityMax="1" ValueScheme="string"
    1313                   ConceptLink="http://www.isocat.org/datcat/DC-2484"/>
    1414        <CMD_Component filename="iso-639-3.xml" CardinalityMin="1" CardinalityMax="1"/>
  • metadata/trunk/toolkit/components/clarin/cmdi-location.xml

    r275 r293  
    88    </Header>
    99
    10     <CMD_Component name="location">
     10    <CMD_Component name="Location">
    1111       
    1212        <CMD_Element name="Address" CardinalityMin="0" CardinalityMax="1" ValueScheme="string"
  • metadata/trunk/toolkit/components/clarin/iso-3166-1-alpha2.xml

    r104 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3     xsi:noNamespaceSchemaLocation="file:../../general-component-schema.xsd" 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">
    44    <Header>
    55        <ID>eu.clarin.cmdi.country</ID>
     
    88    </Header>
    99
    10     <CMD_Component name="country" ConceptLink="http://www.isocat.org/datcat/DC-2532">
    11         <CMD_Element name="code" ConceptLink="http://www.isocat.org/datcat/DC-2532">
     10    <CMD_Component name="Country" ConceptLink="http://www.isocat.org/datcat/DC-2532">
     11        <CMD_Element name="Code" ConceptLink="http://www.isocat.org/datcat/DC-2532"
     12                   CardinalityMin="1"
     13                   CardinalityMax="unbounded">
    1214            <ValueScheme>
    1315                <enumeration>
  • metadata/trunk/toolkit/components/clarin/iso-639-1.xml

    r104 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3     xsi:noNamespaceSchemaLocation="file:../../general-component-schema.xsd" 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">
    44    <Header>
    55        <Description>The list of ISO-639-1 language codes</Description>
     
    77
    88    <CMD_Component name="ISO639">
    9         <CMD_Element name="iso-639-1-code">
     9        <CMD_Element name="iso-639-1-code" CardinalityMin="1" CardinalityMax="unbounded">
    1010            <ValueScheme>
    1111                <enumeration>
  • metadata/trunk/toolkit/components/clarin/iso-639-3.xml

    r104 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3     xsi:noNamespaceSchemaLocation="file:../../general-component-schema.xsd" 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">
    44    <Header>
    55        <Description>The list of ISO-639-3 language families. Based on: http://www.sil.org/iso639-3</Description>
     
    77   
    88    <CMD_Component name="ISO639">
    9         <CMD_Element name="iso-639-3-code">
     9        <CMD_Element name="iso-639-3-code" CardinalityMin="1" CardinalityMax="unbounded">
    1010            <ValueScheme>
    1111                <enumeration>
  • metadata/trunk/toolkit/components/clarin/iso-639-5.xml

    r104 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3     xsi:noNamespaceSchemaLocation="file:../../general-component-schema.xsd" 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">
    44    <Header>
    55        <Description>The list of ISO-639-5 language families. Based on: http://en.wikipedia.org/wiki/List_of_ISO_639-5_codes</Description>
     
    77
    88    <CMD_Component name="ISO635">
    9         <CMD_Element name="iso-639-5-code">
     9        <CMD_Element name="iso-639-5-code" CardinalityMin="1" CardinalityMax="unbounded">
    1010            <ValueScheme>
    1111                <enumeration>
  • metadata/trunk/toolkit/components/clarin/iso-continent.xml

    r104 r293  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3     xsi:noNamespaceSchemaLocation="file:/home/dietuyt/svn/clarin/metadata/trunk/toolkit/general-component-schema.xsd" 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">
    44    <Header>
    55        <ID>eu.clarin.cmdi.continent</ID>
     
    77        <Description>Component listing all continents using their ISO code</Description>
    88    </Header>
    9     <CMD_Component name="continent" ConceptLink="http://www.isocat.org/datcat/DC-2531">
    10         <CMD_Element name="code">
     9    <CMD_Component name="Continent" ConceptLink="http://www.isocat.org/datcat/DC-2531">
     10        <CMD_Element name="Code" CardinalityMin="1" CardinalityMax="unbounded">
    1111            <ValueScheme>
    1212                <enumeration>
Note: See TracChangeset for help on using the changeset viewer.