Attachment 'Schemabinding.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://www.statsbiblioteket.dk/DOMS/Schemabinding/#"
   5             xmlns="http://www.statsbiblioteket.dk/DOMS/Schemabinding/#"
   6             elementFormDefault="qualified"
   7             attributeFormDefault="unqualified">
   8 
   9 
  10     
  11     <xsd:element name="bindings" type="bindingsType"/>
  12 
  13 
  14     <xsd:complexType name="bindingsType">
  15         <xsd:sequence>
  16             <xsd:element name="binding" type="bindingType" minOccurs="0" 
  17                          maxOccurs="unbounded"/>
  18         </xsd:sequence>
  19     </xsd:complexType>
  20 
  21     <xsd:complexType name="bindingType">
  22         <xsd:sequence>
  23             <xsd:element name="from" type="datastreamType"/>
  24             <xsd:element name="to" type="datastreamType"/>
  25         </xsd:sequence>
  26         <xsd:attribute name="schema" type="schemaType" use="required"/>
  27     </xsd:complexType>
  28 
  29     <xsd:simpleType name="schemaType">
  30         <xsd:restriction base="xsd:string">
  31             <xsd:enumeration value="xsd"/>
  32             <xsd:enumeration value="rdfs"/>
  33         </xsd:restriction>
  34     </xsd:simpleType>
  35 
  36     <xsd:complexType name="datastreamType">
  37         <xsd:attribute name="name" type="idType"/>
  38     </xsd:complexType>
  39 
  40     <xsd:simpleType name="idType">
  41         <xsd:restriction base="xsd:ID">
  42             <xsd:maxLength value="64"/>
  43         </xsd:restriction>
  44     </xsd:simpleType>
  45 
  46 </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.
  • [get | view] (2008-07-01 07:20:36, 1.3 KB) [[attachment:Characterisation.xsd]]
  • [get | view] (2008-07-01 07:20:53, 1.5 KB) [[attachment:Schemabinding.xsd]]
  • [get | view] (2008-07-01 07:20:21, 0.8 KB) [[attachment:State.xsd]]
  • [get | view] (2008-07-01 13:15:46, 2.0 KB) [[attachment:View.xsd]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.