diff options
author | Chris Little <chrislit@crosswire.org> | 2013-07-23 15:52:52 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2013-07-23 15:52:52 +0000 |
commit | 98f6df08f88456f054f008f14f6f52599c9cb108 (patch) | |
tree | 1845ffe3bd2e2b0956cc98ac0895ed801c9bfdf9 /versification/canon.xsd | |
parent | 173cabf50ae76bd25aa283ae3c7869ed14832706 (diff) | |
download | sword-tools-98f6df08f88456f054f008f14f6f52599c9cb108.tar.gz |
set various svn properties
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@438 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'versification/canon.xsd')
-rw-r--r-- | versification/canon.xsd | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/versification/canon.xsd b/versification/canon.xsd index 459d75c..4d74536 100644 --- a/versification/canon.xsd +++ b/versification/canon.xsd @@ -1,45 +1,45 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:simpleType name="ST_abbr">
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- <xs:element name="name">
- <xs:simpleType>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:element>
- <xs:element name="id">
- <xs:simpleType>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:element>
- <xs:element name="collection">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="book" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="book">
- <xs:complexType>
- <xs:sequence>
- <xs:element ref="id"/>
- <xs:element ref="abbr" minOccurs="0" maxOccurs="unbounded"/>
- <xs:element ref="name" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="abbr">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="ST_abbr">
- <xs:attribute name="mode">
- <xs:simpleType>
- <xs:restriction base="xs:string"/>
- </xs:simpleType>
- </xs:attribute>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
-</xs:schema>
+<?xml version="1.0" encoding="UTF-8"?> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <xs:simpleType name="ST_abbr"> + <xs:restriction base="xs:string"/> + </xs:simpleType> + <xs:element name="name"> + <xs:simpleType> + <xs:restriction base="xs:string"/> + </xs:simpleType> + </xs:element> + <xs:element name="id"> + <xs:simpleType> + <xs:restriction base="xs:string"/> + </xs:simpleType> + </xs:element> + <xs:element name="collection"> + <xs:complexType> + <xs:sequence> + <xs:element ref="book" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="book"> + <xs:complexType> + <xs:sequence> + <xs:element ref="id"/> + <xs:element ref="abbr" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="name" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="abbr"> + <xs:complexType> + <xs:simpleContent> + <xs:extension base="ST_abbr"> + <xs:attribute name="mode"> + <xs:simpleType> + <xs:restriction base="xs:string"/> + </xs:simpleType> + </xs:attribute> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + </xs:element> +</xs:schema> |