ccbible.xsd

Chinese Catholic Bible Schema Definition

Extensible Markup Language (XML) icon ccbible.xsd — Extensible Markup Language (XML), 1 KB

檔案內容

<?xml version="1.0" encoding="UTF-8"?>
<!-- Chinese Catholic Bible Content definion by Johnny Gau -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="bibledoc">
		<xs:annotation>
			<xs:documentation>Chinese Catholic Bible Document by www.ccreadbible.org</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="bookno" type="xs:integer"/>
				<xs:element name="chapter" type="xs:integer"/>
				<xs:element name="bibleprefix" type="xs:string" maxOccurs="unbounded"/>
				<xs:element name="paragraphID" type="xs:string"/>
				<xs:element name="bibletext" type="xs:string" maxOccurs="unbounded"/>
				<xs:element name="reference" type="xs:string" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
文件動作