You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.1 KiB
60 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- edited with XMLSPY v5 (http://www.xmlspy.com) by Uwe Blotevogel (Gerhard-Mercator-Universität Duisburg) --> |
|
<!--W3C Schema generated by XMLSPY v5 (http://www.xmlspy.com)--> |
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> |
|
<xs:element name="chmod"> |
|
<xs:complexType/> |
|
</xs:element> |
|
<xs:element name="escapemode"> |
|
<xs:complexType/> |
|
</xs:element> |
|
<xs:element name="fixedwidth" type="xs:boolean"/> |
|
<xs:element name="header" type="xs:boolean"/> |
|
<xs:element name="header-delim"> |
|
<xs:complexType/> |
|
</xs:element> |
|
<xs:element name="line-separator" type="xs:string"/> |
|
<xs:element name="plaintext"> |
|
<xs:complexType> |
|
<xs:simpleContent> |
|
<xs:extension base="xs:string"> |
|
<xs:attribute name="type" use="required"> |
|
<xs:simpleType> |
|
<xs:restriction base="xs:NMTOKEN"> |
|
<xs:enumeration value="any"/> |
|
<xs:enumeration value="delim"/> |
|
<xs:enumeration value="nulltext"/> |
|
<xs:enumeration value="text_separator"/> |
|
</xs:restriction> |
|
</xs:simpleType> |
|
</xs:attribute> |
|
</xs:extension> |
|
</xs:simpleContent> |
|
</xs:complexType> |
|
</xs:element> |
|
<xs:element name="record-footer" type="xs:string"/> |
|
<xs:element name="record-header"> |
|
<xs:complexType/> |
|
</xs:element> |
|
<xs:element name="record-separator" type="xs:string"/> |
|
<xs:element name="unldescr"> |
|
<xs:complexType> |
|
<xs:sequence> |
|
<xs:element ref="plaintext" maxOccurs="unbounded"/> |
|
<xs:element ref="record-separator"/> |
|
<xs:element ref="line-separator"/> |
|
<xs:element ref="record-header"/> |
|
<xs:element ref="record-footer"/> |
|
<xs:element ref="fixedwidth"/> |
|
<xs:element ref="header"/> |
|
<xs:element ref="header-delim"/> |
|
<xs:element ref="escapemode"/> |
|
<xs:element ref="chmod"/> |
|
</xs:sequence> |
|
<xs:attribute name="name" type="xs:string" use="required"/> |
|
<xs:attribute name="dbsystem" type="xs:string" use="required"/> |
|
<xs:attribute name="app" type="xs:string" use="required"/> |
|
<xs:attribute name="cmd" type="xs:string" use="required"/> |
|
</xs:complexType> |
|
</xs:element> |
|
</xs:schema>
|
|
|