Ignore:
Timestamp:
03/14/11 15:20:11 (14 years ago)
Author:
mwindhouwer
Message:

Upgrade to CMD version 1.1, which introduces to CMDI instance documents:

  • the CMD default namespace (http://www.clarin.eu/cmd/), and
  • the required CMDVersion attribute, which value should for now be 1.1, to the CMD root element.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/xsd/minimal-cmdi.xsd

    r1116 r1167  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dcr="http://www.isocat.org" targetNamespace="http://www.clarin.eu/cmd/" attributeFormDefault="unqualified" elementFormDefault="qualified">
    3 
    43   <xs:element name="CMD">
    54      <xs:complexType>
     
    101100               </xs:complexType>
    102101            </xs:element>
    103 
    104102         </xs:sequence>
     103         <xs:attribute name="CMDVersion" fixed="1.1" use="required"/>
    105104      </xs:complexType>
    106 
    107105   </xs:element>
    108106</xs:schema>
Note: See TracChangeset for help on using the changeset viewer.