Attachment 'State.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/state/0/1/#"
5 xmlns="http://doms.statsbiblioteket.dk/types/state/0/1/#"
6 elementFormDefault="qualified"
7 attributeFormDefault="unqualified">
8
9
10
11 <xsd:element name="state" type="stateType"/>
12
13
14 <xsd:complexType name="stateType">
15 <xsd:attribute name="value" type="valueType"/>
16 </xsd:complexType>
17
18 <xsd:simpleType name="valueType">
19 <xsd:restriction base="xsd:string">
20 <xsd:enumeration value="draft"/>
21 <xsd:enumeration value="intermediate"/>
22 <xsd:enumeration value="published"/>
23 </xsd:restriction>
24 </xsd:simpleType>
25
26 </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.