Changeset 306


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

Fix the SchemaLocation?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-writtenresource.xml

    r305 r306  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 
    3 <CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    4     xsi:noNamespaceSchemaLocation="http://www.clarin.eu/cmd/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">
    54   
    65    <Header>
    7         <Name></Name>
     6        <Name/>
    87        <Description>Component contains information about a text itself and the dependent resources (e.g. annotations, analyses,... of the text) or about the written resources associated with a mediafile</Description>
    98    </Header>
     
    1110    <CMD_Component name="WrittenResource">
    1211
    13         <CMD_Element name="CreationYear" ValueScheme="gYear" ConceptLink="http://www.isocat.org/datcat/DC-2510" CardinalityMin="0" CardinalityMax="1"/>
    14         <CMD_Element name="Derivation" ConceptLink="http://www.isocat.org/datcat/DC-2518" CardinalityMax="1">
     12        <CMD_Element name="CreationYear" ValueScheme="gYear"
     13                   ConceptLink="http://www.isocat.org/datcat/DC-2510"
     14                   CardinalityMin="0"
     15                   CardinalityMax="1"/>
     16        <CMD_Element name="Derivation" ConceptLink="http://www.isocat.org/datcat/DC-2518"
     17                   CardinalityMax="1">
    1518            <ValueScheme>
    1619                <enumeration>
     
    2629            </ValueScheme>
    2730        </CMD_Element>
    28         <CMD_Element name="DerivationMode" ConceptLink="http://www.isocat.org/datcat/DC-2516" CardinalityMax="1">
     31        <CMD_Element name="DerivationMode" ConceptLink="http://www.isocat.org/datcat/DC-2516"
     32                   CardinalityMax="1">
    2933            <ValueScheme>
    3034                <enumeration>
     
    3943        </CMD_Element>
    4044
    41         <CMD_Element name="AnnotationStyle" ConceptLink="http://www.isocat.org/datcat/DC-2325" CardinalityMax="1">
     45        <CMD_Element name="AnnotationStyle" ConceptLink="http://www.isocat.org/datcat/DC-2325"
     46                   CardinalityMax="1">
    4247            <ValueScheme>
    4348                <enumeration>
     
    5257        </CMD_Element>
    5358       
    54         <CMD_Element name="CharacterEncoding" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2564" CardinalityMin="0" CardinalityMax="1"/>
     59        <CMD_Element name="CharacterEncoding" ValueScheme="string"
     60                   ConceptLink="http://www.isocat.org/datcat/DC-2564"
     61                   CardinalityMin="0"
     62                   CardinalityMax="1"/>
    5563
    56         <CMD_Element name="Anonymized" ConceptLink="http://www.isocat.org/datcat/DC-2548" CardinalityMax="1">
     64        <CMD_Element name="Anonymized" ConceptLink="http://www.isocat.org/datcat/DC-2548"
     65                   CardinalityMax="1">
    5766            <ValueScheme>
    5867                <enumeration>
     
    6473            </ValueScheme>       
    6574        </CMD_Element>
    66         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtype.xml" CardinalityMax="unbounded" CardinalityMin="1" />
    67         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml" CardinalityMax="1" ></CMD_Component>
     75        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtype.xml"
     76                     CardinalityMax="unbounded"
     77                     CardinalityMin="1"/>
     78        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml"
     79                     CardinalityMax="1"/>
    6880        <!-- within the component WrittenResource the component TotalSize contains information about the size of the text and/or annotation files-->
    69         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-totalsize.xml" CardinalityMin="0" CardinalityMax="1"></CMD_Component>
     81        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-totalsize.xml"
     82                     CardinalityMin="0"
     83                     CardinalityMax="1"/>
    7084        <!-- within the component WrittenResource the component Language identifies the language used in the written resource -->
    71         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml" CardinalityMax="1"></CMD_Component>   
     85        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml"
     86                     CardinalityMax="1"/>   
    7287        <!-- within the component WrittenResource the component Description provides the possibility to add extra information about the written resource -->
    73         <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml" CardinalityMin="0" CardinalityMax="1" />
     88        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
     89                     CardinalityMin="0"
     90                     CardinalityMax="1"/>
    7491    </CMD_Component>
    7592
Note: See TracChangeset for help on using the changeset viewer.