Subversion URL: http://proj.badc.rl.ac.uk/svn/exarch/CMIP6dreqbuild/trunk/src/framework/out/xlink.xsd
Revision 397,
870 bytes
checked in by mjuckes, 7 years ago
(diff) |
various
|
Line | |
---|
1 | <xs:schema |
---|
2 | xmlns:xs="http://www.w3.org/2001/XMLSchema" |
---|
3 | xmlns="http://www.w3.org/1999/xlink" |
---|
4 | targetNamespace="http://www.w3.org/1999/xlink" |
---|
5 | elementFormDefault="qualified" |
---|
6 | attributeFormDefault="qualified"> |
---|
7 | |
---|
8 | <xs:annotation> |
---|
9 | <xs:documentation xml:lang="en"> |
---|
10 | XML Schema 2001-12-18 by Pete Johnston |
---|
11 | Based on Andy Powell, Guidelines for Implementing Dublin Core in XML, 9th draft. |
---|
12 | This XML Schema is for information only |
---|
13 | </xs:documentation> |
---|
14 | </xs:annotation> |
---|
15 | |
---|
16 | <!-- No W3C XML Schema for XLink namespace to include here ? --> |
---|
17 | |
---|
18 | <xs:attributeGroup name="metadataLink"> |
---|
19 | <xs:attribute name="href" type="xs:string"/> |
---|
20 | <xs:attribute name="type" type="xs:string"/> |
---|
21 | <xs:attribute name="role" type="xs:string" fixed="http://purl.org/dc/xml/metadata"/> |
---|
22 | </xs:attributeGroup> |
---|
23 | |
---|
24 | |
---|
25 | </xs:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.