Attachment 'Characterisation.xsd'
Download 1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 targetNamespace="http://doms.statsbiblioteket.dk/types/characterisation/0/1/#"
5 xmlns="http://doms.statsbiblioteket.dk/types/characterisation/0/1/#"
6 elementFormDefault="qualified"
7 attributeFormDefault="unqualified">
8
9
10
11 <xsd:element name="characterisation" type="characterisationType"/>
12
13 <xsd:complexType name="characterisationType">
14 <xsd:sequence>
15 <xsd:element name="characterisationRun"
16 minOccurs="1"
17 maxOccurs="unbounded"
18 type="characterisationRunType"/>
19 </xsd:sequence>
20 </xsd:complexType>
21
22 <xsd:complexType name="characterisationRunType">
23 <xsd:sequence>
24 <xsd:element name="tool" type="xsd:string" maxOccurs="1" minOccurs="1"/>
25 <xsd:element name="output" type="outputType" maxOccurs="1"/>
26 </xsd:sequence>
27 </xsd:complexType>
28
29
30
31 <xsd:complexType name="outputType">
32 <xsd:sequence>
33 <xsd:any namespace="##any" processContents="skip" maxOccurs="unbounded"/>
34 </xsd:sequence>
35 </xsd:complexType>
36
37
38 </xsd:schema>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.