mirror of
				https://github.com/Theodor-Springmann-Stiftung/musenalm.git
				synced 2025-10-29 09:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			112 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			112 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
 | |
| <xsd:element name="dataroot">
 | |
| <xsd:complexType>
 | |
| <xsd:sequence>
 | |
| <xsd:element ref="Baende" minOccurs="0" maxOccurs="unbounded"/>
 | |
| </xsd:sequence>
 | |
| <xsd:attribute name="generated" type="xsd:dateTime"/>
 | |
| </xsd:complexType>
 | |
| </xsd:element>
 | |
| <xsd:element name="Baende">
 | |
| <xsd:annotation>
 | |
| <xsd:appinfo>
 | |
| <od:index index-name="BIBLIO-ID" index-key="BIBLIO-ID " primary="no" unique="no" clustered="no" order="asc"/>
 | |
| <od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
 | |
| </xsd:appinfo>
 | |
| </xsd:annotation>
 | |
| <xsd:complexType>
 | |
| <xsd:sequence>
 | |
| <xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
 | |
| <xsd:element name="BIBLIO-ID" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
 | |
| <xsd:element name="SORTIERTITEL" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="255"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="TITEL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="536870910"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="ORT-ALT" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="255"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="JAHR" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
 | |
| <xsd:element name="HERAUSGEBER" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="536870910"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="AUTOPSIE" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
 | |
| <xsd:element name="ERFASST" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
 | |
| <xsd:element name="STATUS" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Text" maxOccurs="unbounded">
 | |
| <xsd:complexType>
 | |
| <xsd:sequence>
 | |
| <xsd:element name="Value" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="255"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| </xsd:sequence>
 | |
| </xsd:complexType>
 | |
| </xsd:element>
 | |
| <xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="255"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="STRUKTUR" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="536870910"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="NORM" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="536870910"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="536870910"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="REIHENTITEL-ALT" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
 | |
| <xsd:simpleType>
 | |
| <xsd:restriction base="xsd:string">
 | |
| <xsd:maxLength value="255"/>
 | |
| </xsd:restriction>
 | |
| </xsd:simpleType>
 | |
| </xsd:element>
 | |
| <xsd:element name="ORTE" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Long" maxOccurs="unbounded">
 | |
| <xsd:complexType>
 | |
| <xsd:sequence>
 | |
| <xsd:element name="Value" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
 | |
| </xsd:sequence>
 | |
| </xsd:complexType>
 | |
| </xsd:element>
 | |
| </xsd:sequence>
 | |
| </xsd:complexType>
 | |
| </xsd:element>
 | |
| </xsd:schema>
 | 
