Documentation for osisCore.2.1.1

Table of Contents

top

Schema Document Properties

Target Namespace http://www.bibletechnologies.net/2003/OSIS/namespace
Language en
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
Documentation

The OSIS 2.1.1 schema was issued March 5, 2006 with the following comments.

Welcome to the OSIS 2.1.1 schema for encoding biblical literature! A number of changes, which are detailed in the Users Manual, were made to accomodate publishing needs more easily.

The OSIS family of schemas is definitely a work in progress and is supported by both the American Bible Society and the Society of Biblical Literature, with additional contributions from the United Bible Societies and SIL International, as well as tireless efforts of numerous volunteers. While freely available for all purposes, it is requested that use of the schemas be acknowledged as appropriate and that problems or suggestions for improvements be forwarded to the project.

The OSIS schemas were written by a small core of technical and content experts who volunteered large blocks of time for this project: Steve DeRose (sderose@acm.org), chair of the Bible Technologies Group (co-sponsored by the ABS and SBL), Kees De Blois (kdeblois@solcon.nl), vice-chair of the Bible Technologies Group, Troy Griffitts (scribe@crosswire.org), Chris Little (chrislit@crosswire.org), Todd Tillinghast (todd@contentframeworks.com), Harry Plantinga (hplantin@calvin.edu), Kirk Lowery (klowery@wts.edu), and Patrick Durusau (Patrick@durusau.net), Technical Lead.

Outside of the core technical team, special thanks go to Adina Hamik (ABS), Bob Hodgson (ABS), John Walter (ABS) and Mike Perez (eABS) for their organization of both domestic and international meetings of the OSIS project and their unflagging support for its efforts.

While the history of the OSIS project is ongoing, users should be aware of the pivotal role of Dennis Drescher (Dennis_Drescher@sil.org) in his organization of a breakfast meeting at XML 2000 on Bible encoding that lead to the formation of the Bible Technologies Group and hence the OSIS project. Other contributors from SIL include, Eric Albright (eric-allison_albright@sil.org), Peter Constable (peter_constable@sil.org), John Edwards (John_Edwards@sil.org), Darrell Eppler (Darrell_Eppler@sil.org), Nathan Miles (Nathan_Miles@sil.org), and, Jim DeVries (jim_devries@sil.org).

The fundamental goal of the OSIS project is to provide a common format that supports multiple visions of and purposes for Bibles and related texts. By pooling the interests of the wide variety of communities interested in biblical texts, the OSIS project seeks to provide the basis for tools and texts that will benefit all of these diverse communities.

The lastest version of the OSIS schema and user documentation can always be found at: http://www.bibletechnologies.org and comments can be forewarded to the OSIS Technical Editors, Patrick Durusau, Patrick@durusau.net or Steve DeRose, sderose@acm.org.

Declared Namespaces

Prefix Namespace
Default namespace http://www.bibletechnologies.net/2003/OSIS/namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema xml:lang="en" targetNamespace="http://www.bibletechnologies.net/2003/OSIS/namespace" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: osis

Name osis
Type osisCT
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<osis
TEIform="TEI.2 [0..1]">
Start Choice [1]
<osisCorpus> osisCorpusCT </osisCorpus> [0..1]
<osisText> osisTextCT </osisText> [0..1]
End Choice
</osis>
Diagram
h139805516 h-1761316815
Schema Component Representation
<xs:element name="osis" type=" osisCT "/>
top

Global Definitions

Attribute Group: globalWithType

Name globalWithType
Used by (from the same schema document) Complex Type actorCT , Complex Type castGroupCT , Complex Type castItemCT , Complex Type castListCT , Complex Type contributorCT , Complex Type coverageCT , Complex Type creatorCT , Complex Type formatCT , Complex Type publisherCT , Complex Type refSystemCT , Complex Type relationCT , Complex Type revisionDescCT , Complex Type rightsCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type sourceCT , Complex Type scopeCT , Complex Type workCT , Complex Type aCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divineNameCT , Complex Type figureCT , Complex Type foreignCT , Complex Type headCT , Complex Type indexCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lbCT , Complex Type listCT , Complex Type mentionedCT , Complex Type pCT , Complex Type rdgGrpCT , Complex Type rowCT , Complex Type saluteCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type tableCT , Complex Type titlePageCT , Complex Type verseCT , Complex Type wCT
XML Instance Representation
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
Diagram
h1959085180 h294847150 h-2107779928 h1335208488 h1335208488 h-1961631311 h-674129501 h283167125
Schema Component Representation
<xs:attributeGroup name="globalWithType">
<xs:attribute name="annotateRef" type=" annotateRefType " use="optional"/>
<xs:attribute name="annotateWork" type=" xs:string " use="optional"/>
<xs:attribute name="annotateType" type=" annotationType " use="optional"/>
<xs:attribute name="editions" type=" xs:NMTOKENS " use="optional"/>
<xs:attribute name="ID" type=" xs:ID " use="optional"/>
<xs:attribute name="osisID" type=" osisIDType " use="optional"/>
<xs:attribute name="resp" type=" xs:string " use="optional"/>
<xs:attribute name="type" type=" attributeExtension " use="optional"/>
<xs:attribute name="subType" type=" attributeExtension " use="optional"/>
<xs:attribute name="n" type=" xs:string " use="optional"/>
<xs:attribute ref=" xml:lang" use="optional"/>
<xs:attribute ref=" xml:space" use="optional"/>
<xs:attribute name="script" type=" osisScripts " use="optional"/>
</xs:attributeGroup>
top

Attribute Group: globalWithoutType

Name globalWithoutType
Used by (from the same schema document) Complex Type descriptionCT , Complex Type identifierCT , Complex Type languageCT , Complex Type subjectCT , Complex Type typeCT , Complex Type workPrefixCT , Complex Type dateCT , Complex Type divCT , Complex Type hiCT , Complex Type lCT , Complex Type lgCT , Complex Type milestoneCT , Complex Type milestoneEndCT , Complex Type milestoneStartCT , Complex Type nameCT , Complex Type noteCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type segCT , Complex Type titleCT , Complex Type transChangeCT
XML Instance Representation
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
Diagram
h1959085180 h294847150 h-2107779928 h1335208488 h-1961631311 h-674129501 h283167125
Schema Component Representation
<xs:attributeGroup name="globalWithoutType">
<xs:attribute name="annotateRef" type=" annotateRefType " use="optional"/>
<xs:attribute name="annotateWork" type=" xs:string " use="optional"/>
<xs:attribute name="annotateType" type=" annotationType " use="optional"/>
<xs:attribute name="editions" type=" xs:NMTOKENS " use="optional"/>
<xs:attribute name="ID" type=" xs:ID " use="optional"/>
<xs:attribute name="osisID" type=" osisIDType " use="optional"/>
<xs:attribute name="resp" type=" xs:string " use="optional"/>
<xs:attribute name="subType" type=" attributeExtension " use="optional"/>
<xs:attribute name="n" type=" xs:string " use="optional"/>
<xs:attribute ref=" xml:lang" use="optional"/>
<xs:attribute ref=" xml:space" use="optional"/>
<xs:attribute name="script" type=" osisScripts " use="optional"/>
</xs:attributeGroup>
top

Complex Type: aCT

Super-types: None
Sub-types: None
Name aCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type dateCT , Complex Type divCT , Complex Type divineNameCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT , Complex Type wCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
href=" xs:string [1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<index> indexCT </index> [1]
End Choice
</...>
Diagram
h1008509118 h-906479521
Schema Component Representation
<xs:complexType name="aCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="index" type=" indexCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="href" type=" xs:string " use="required"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: abbrCT

Super-types: milestoneable < abbrCT (by extension)
Sub-types: None
Name abbrCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type divineNameCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
expansion=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="abbr [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="abbrCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="expansion" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="abbr"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: actorCT

Super-types: None
Sub-types: None
Name actorCT
Used by (from the same schema document) Complex Type castItemCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
who=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="actor [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h912256384 h1008509118 h731266184 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="actorCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="who" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="actor"/>
</xs:complexType>
top

Complex Type: captionCT

Super-types: None
Sub-types: None
Name captionCT
Used by (from the same schema document) Complex Type figureCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]"
TEIform="figDesc [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="captionCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="TEIform" fixed="figDesc"/>
</xs:complexType>
top

Complex Type: castGroupCT

Super-types: None
Sub-types: None
Name castGroupCT
Used by (from the same schema document) Complex Type castListCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="castGroup [0..1]">
Start Choice [0..*]
<head> headCT </head> [1]
<castItem> castItemCT </castItem> [1]
End Choice
</...>
Diagram
h549689078 h-394615544 h-906479521
Schema Component Representation
<xs:complexType name="castGroupCT">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="head" type=" headCT "/>
<xs:element name="castItem" type=" castItemCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="castGroup"/>
</xs:complexType>
top

Complex Type: castItemCT

Super-types: None
Sub-types: None
Name castItemCT
Used by (from the same schema document) Complex Type castGroupCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="castItem [0..1]">
Start Choice [0..*]
<actor> actorCT </actor> [1]
<role> roleCT </role> [1]
<roleDesc> roleDescCT </roleDesc> [1]
End Choice
</...>
Diagram
h-2096405215 h845544460 h1519075581 h-906479521
Schema Component Representation
<xs:complexType name="castItemCT">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="actor" type=" actorCT "/>
<xs:element name="role" type=" roleCT "/>
<xs:element name="roleDesc" type=" roleDescCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="castItem"/>
</xs:complexType>
top

Complex Type: castListCT

Super-types: None
Sub-types: None
Name castListCT
Used by (from the same schema document) Complex Type workCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="castList [0..1]">
Start Choice [0..*]
<castGroup> castGroupCT </castGroup> [1]
End Choice
</...>
Diagram
h-1170929300 h-906479521
Schema Component Representation
<xs:complexType name="castListCT">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="castGroup" type=" castGroupCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="castList"/>
</xs:complexType>
top

Complex Type: catchWordCT

Super-types: None
Sub-types: None
Name catchWordCT
Used by (from the same schema document) Complex Type noteCT , Complex Type pCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
osisRef=" osisRefType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<speaker> speakerCT </speaker> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h918987268 h519122508 h668451380 h2018732213 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h1867623915 h2052935876 h-37858652 h-675981149 h-558777606 h-906479521
Schema Component Representation
<xs:complexType name="catchWordCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: cellCT

Super-types: None
Sub-types: None
Name cellCT
Used by (from the same schema document) Complex Type rowCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
role=" tableRole [0..1]"
align=" osisCellAlign [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="cell [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seq> segCT </seq> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<speech> speechCT </speech> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h-2115594544 h432045380 h-1553915984 h223514042 h912256384 h519010071 h1008509118 h918987268 h519122508 h519127313 h668451380 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675987876 h-675986915 h1937540983 h-1256644898 h-1080483263 h1398359026 h1867623915 h-1044675528 h1807279290 h2052935876 h-37858652 h-583179167 h-675981149 h1629086367 h-1401996272 h-906479521
Schema Component Representation
<xs:complexType name="cellCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seq" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="speech" type=" speechCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="role" type=" tableRole " use="optional" default="data"/>
<xs:attribute name="align" type=" osisCellAlign " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="cell"/>
</xs:complexType>
top

Complex Type: chapterCT

Super-types: milestoneable < chapterCT (by extension)
Sub-types: None
Name chapterCT
Used by (from the same schema document) Complex Type divCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type pCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
chapterTitle=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
osisRef=" osisRefType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="div [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<div> divCT </div> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<speech> speechCT </speech> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="chapterCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="div" type=" divCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="speech" type=" speechCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="chapterTitle" type=" xs:string " use="optional"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="div"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: closerCT

Super-types: milestoneable < closerCT (by extension)
Sub-types: None
Name closerCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type pCT , Complex Type qCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="closer [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="closerCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="closer"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: contributorCT

Super-types: xs:string < contributorCT (by extension)
Sub-types: None
Name contributorCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
file-as=" xs:string [0..1]"
role=" roleType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="contributorCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="file-as" type=" xs:string " use="optional"/>
<xs:attribute name="role" type=" roleType " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: corpusHeaderCT

Super-types: None
Sub-types: None
Name corpusHeaderCT
Used by (from the same schema document) Complex Type osisCorpusCT
Abstract no
XML Instance Representation
<...
TEIform="teiHeader [0..1]"
canonical=" xs:boolean [0..1]">
<revisionDesc> revisionDescCT </revisionDesc> [0..*]
<work> workCT </work> [1..*]
</...>
Diagram
h-737870302 h988874727
Schema Component Representation
<xs:complexType name="corpusHeaderCT">
<xs:sequence>
<xs:element name="revisionDesc" type=" revisionDescCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="work" type=" workCT " maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="TEIform" fixed="teiHeader"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
</xs:complexType>
top

Complex Type: coverageCT

Super-types: xs:string < coverageCT (by extension)
Sub-types: None
Name coverageCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="coverageCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: creatorCT

Super-types: xs:string < creatorCT (by extension)
Sub-types: None
Name creatorCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
role=" roleType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="creatorCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="role" type=" roleType " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: dateCT

Super-types: None
Sub-types: None
Name dateCT
Used by (from the same schema document) Complex Type revisionDescCT , Complex Type workCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type speechCT , Complex Type titleCT , Complex Type titlePageCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
event=" eventType [0..1]"
type=" calendar [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="date [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h1008509118 h731266184 h-675981149 h-645864913 h908205731 h-95466365
Schema Component Representation
<xs:complexType name="dateCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="event" type=" eventType " use="optional"/>
<xs:attribute name="type" type=" calendar " use="optional" default="ISO"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="date"/>
</xs:complexType>
top

Complex Type: descriptionCT

Super-types: xs:string < descriptionCT (by extension)
Sub-types: None
Name descriptionCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
type=" descriptionType [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="descriptionCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="type" type=" descriptionType " use="optional"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: divCT

Super-types: milestoneable < divCT (by extension)
Sub-types: None
Name divCT
Used by (from the same schema document) Complex Type osisTextCT , Complex Type chapterCT , Complex Type divCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
osisRef=" osisRefType [0..1]"
scope=" osisRefType [0..1]"
type=" divType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="div [0..1]">
<!-- Mixed content -->
<titlePage> titlePageCT </titlePage> [0..1]
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<chapter> chapterCT </chapter> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<div> divCT </div> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<speech> speechCT </speech> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="divCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:sequence>
<xs:element name="titlePage" type=" titlePageCT " minOccurs="0" maxOccurs="1"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="div" type=" divCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="speech" type=" speechCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " default="false" use="optional"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attribute name="scope" type=" osisRefType " use="optional"/>
<xs:attribute name="type" type=" divType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="div"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: divineNameCT

Super-types: None
Sub-types: None
Name divineNameCT
Used by (from the same schema document) Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h912256384 h1008509118 h731266184 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="divineNameCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: figureCT

Super-types: None
Sub-types: None
Name figureCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type noteCT , Complex Type pCT , Complex Type titleCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
alt=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
catalog=" xs:string [0..1]"
location=" xs:string [0..1]"
osisRef=" osisRefType [0..1]"
rights=" xs:string [0..1]"
size=" xs:string [0..1]"
src=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="figure [0..1]">
Start Choice [0..*]
<caption> captionCT </caption> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
End Choice
</...>
Diagram
h2064779794 h1008509118 h731266184 h1937540983 h-558777606 h-906479521
Schema Component Representation
<xs:complexType name="figureCT">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="caption" type=" captionCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
</xs:choice>
<xs:attribute name="alt" type=" xs:string " use="optional"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="catalog" type=" xs:string " use="optional"/>
<xs:attribute name="location" type=" xs:string " use="optional"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attribute name="rights" type=" xs:string " use="optional"/>
<xs:attribute name="size" type=" xs:string " use="optional"/>
<xs:attribute name="src" type=" xs:string "/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="figure"/>
</xs:complexType>
top

Complex Type: foreignCT

Super-types: milestoneable < foreignCT (by extension)
Sub-types: None
Name foreignCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type divineNameCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="foreign [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<title> titleCT </title> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="foreignCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="foreign"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: formatCT

Super-types: xs:string < formatCT (by extension)
Sub-types: None
Name formatCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="formatCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: headCT

Super-types: None
Sub-types: None
Name headCT
Used by (from the same schema document) Complex Type castGroupCT , Complex Type headCT , Complex Type listCT , Complex Type tableCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="head [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<head> headCT </head> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="headCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="head" type=" headCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="head"/>
</xs:complexType>
top

Complex Type: headerCT

Super-types: None
Sub-types: None
Name headerCT
Used by (from the same schema document) Complex Type osisTextCT
Abstract no
XML Instance Representation
<...
TEIform="teiHeader [0..1]"
canonical=" xs:boolean [0..1]">
<revisionDesc> revisionDescCT </revisionDesc> [0..*]
<work> workCT </work> [1..*]
<workPrefix> workPrefixCT </workPrefix> [0..*]
</...>
Diagram
h-737870302 h988874727 h-1256074855
Schema Component Representation
<xs:complexType name="headerCT">
<xs:sequence>
<xs:element name="revisionDesc" type=" revisionDescCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="work" type=" workCT " maxOccurs="unbounded"/>
<xs:element name="workPrefix" type=" workPrefixCT " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="TEIform" fixed="teiHeader"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
</xs:complexType>
top

Complex Type: hiCT

Super-types: None
Sub-types: None
Name hiCT
Used by (from the same schema document) Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" hiType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="hi [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h1937540983 h-1080483263 h-675981149 h553017472 h-95466365
Schema Component Representation
<xs:complexType name="hiCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" hiType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="hi"/>
</xs:complexType>
top

Complex Type: identifierCT

Super-types: xs:string < identifierCT (by extension)
Sub-types: None
Name identifierCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
type=" identifierType [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="identifierCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="type" type=" identifierType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: indexCT

Super-types: None
Sub-types: None
Name indexCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type aCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type dateCT , Complex Type divCT , Complex Type divineNameCT , Complex Type figureCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT , Complex Type wCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
index=" xs:string [1]"
level1=" xs:string [1]"
level2=" xs:string [0..1]"
level3=" xs:string [0..1]"
level4=" xs:string [0..1]"
see=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="index [0..1]"/>
Diagram
h-906479521
Schema Component Representation
<xs:complexType name="indexCT">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="index" type=" xs:string " use="required"/>
<xs:attribute name="level1" type=" xs:string " use="required"/>
<xs:attribute name="level2" type=" xs:string " use="optional"/>
<xs:attribute name="level3" type=" xs:string " use="optional"/>
<xs:attribute name="level4" type=" xs:string " use="optional"/>
<xs:attribute name="see" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="index"/>
</xs:complexType>
top

Complex Type: inscriptionCT

Super-types: None
Sub-types: None
Name inscriptionCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type speechCT , Complex Type titleCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<speaker> speakerCT </speaker> [1]
<speech> speechCT </speech> [1]
<title> titleCT </title> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h1867623915 h-1044675528 h2052935876 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="inscriptionCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="speech" type=" speechCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: itemCT

Super-types: None
Sub-types: None
Name itemCT
Used by (from the same schema document) Complex Type listCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
role=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="item [0..1]">
<!-- Mixed content -->
Start Sequence [0..*]
<label> labelCT </label> [0..1]
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
End Sequence
</...>
Diagram
h-997984672 h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519127313 h668451380 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675987876 h-675986915 h1937540983 h-1080483263 h2052935876 h-37858652 h-583179167 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="itemCT" mixed="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="label" type=" labelCT " minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="role" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="item"/>
</xs:complexType>
top

Complex Type: lCT

Super-types: milestoneable < lCT (by extension)
Sub-types: None
Name lCT
Used by (from the same schema document) Complex Type lgCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
level=" xs:positiveInteger [0..1]"
type=" lineType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="l [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<chapter> chapterCT </chapter> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<speaker> speakerCT </speaker> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="lCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="level" type=" xs:positiveInteger " use="optional"/>
<xs:attribute name="type" type=" lineType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="l"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: labelCT

Super-types: None
Sub-types: None
Name labelCT
Used by (from the same schema document) Complex Type itemCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
role=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="label [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-37858652 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="labelCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="role" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="label"/>
</xs:complexType>
top

Complex Type: languageCT

Super-types: xs:string < languageCT (by extension)
Sub-types: None
Name languageCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
type=" languageType [0..1]"
use=" languageUsage [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="languageCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="type" type=" languageType "/>
<xs:attribute name="use" type=" languageUsage "/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: lbCT

Super-types: None
Sub-types: None
Name lbCT
Used by (from the same schema document) Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="milestone [0..1]"/>
Diagram
h-906479521
Schema Component Representation
<xs:complexType name="lbCT">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="milestone"/>
</xs:complexType>
top

Complex Type: lgCT

Super-types: milestoneable < lgCT (by extension)
Sub-types: None
Name lgCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type itemCT , Complex Type lgCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type speechCT , Complex Type titleCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
type=" lineGroupType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="lg [0..1]">
Start Choice [0..*]
<chapter> chapterCT </chapter> [1]
<index> indexCT </index> [1]
<l> lCT </l> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<q> qCT </q> [1]
<verse> verseCT </verse> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="lgCT" mixed="false">
<xs:complexContent>
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="l" type=" lCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="verse" type=" verseCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" lineGroupType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="lg"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: listCT

Super-types: None
Sub-types: None
Name listCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type itemCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type speechCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="list [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<chapter> chapterCT </chapter> [1]
<head> headCT </head> [1]
<index> indexCT </index> [1]
<item> itemCT </item> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<q> qCT </q> [1]
<verse> verseCT </verse> [1]
End Choice
</...>
Diagram
h847244985 h549689078 h1008509118 h592298857 h519122508 h609709148 h431253153 h1828006696 h-675986915 h-583179167 h-906479521
Schema Component Representation
<xs:complexType name="listCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="head" type=" headCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="item" type=" itemCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="verse" type=" verseCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="list"/>
</xs:complexType>
top

Complex Type: mentionedCT

Super-types: None
Sub-types: None
Name mentionedCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type lCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type saluteCT , Complex Type speechCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="mentioned [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-37858652 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="mentionedCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="mentioned"/>
</xs:complexType>
top

Complex Type: milestoneCT

Super-types: None
Sub-types: None
Name milestoneCT
Used by (from the same schema document) Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type titleCT , Complex Type titlePageCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" milestonePt [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
marker=" xs:string [0..1]"
TEIform="milestone [0..1]"/>
Diagram
h609709583 h-95466365
Schema Component Representation
<xs:complexType name="milestoneCT">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" milestonePt "/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="marker" type=" xs:string " default="DEFAULT" use="optional"/>
<xs:attribute name="TEIform" fixed="milestone"/>
</xs:complexType>
top

Complex Type: milestoneEndCT

Super-types: None
Sub-types: None
Name milestoneEndCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" milestoneSe [0..1]"
start=" xs:string [1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="milestone [0..1]"/>
Diagram
h609709661 h-95466365
Schema Component Representation
<xs:complexType name="milestoneEndCT">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" milestoneSe "/>
<xs:attribute name="start" type=" xs:string " use="required"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="milestone"/>
</xs:complexType>
top

Complex Type: milestoneStartCT

Super-types: None
Sub-types: None
Name milestoneStartCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
end=" xs:string [1]"
type=" milestoneSe [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="milestone [0..1]"/>
Diagram
h609709661 h-95466365
Schema Component Representation
<xs:complexType name="milestoneStartCT">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="end" type=" xs:string " use="required"/>
<xs:attribute name="type" type=" milestoneSe "/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="milestone"/>
</xs:complexType>
top

Complex Type: milestoneable

Super-types: None
Sub-types:
Name milestoneable
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"/>
Diagram
Schema Component Representation
<xs:complexType name="milestoneable">
<xs:attribute name="sID" type=" xs:string " use="optional"/>
<xs:attribute name="eID" type=" xs:string " use="optional"/>
</xs:complexType>
top

Complex Type: nameCT

Super-types: None
Sub-types: None
Name nameCT
Used by (from the same schema document) Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
regular=" xs:string [0..1]"
type=" nameType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="name [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h912256384 h1008509118 h731266184 h1937540983 h-1080483263 h-675981149 h-1367841846 h-95466365
Schema Component Representation
<xs:complexType name="nameCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="regular" type=" xs:string " use="optional"/>
<xs:attribute name="type" type=" nameType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="name"/>
</xs:complexType>
top

Complex Type: noteCT

Super-types: None
Sub-types: None
Name noteCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type dateCT , Complex Type divCT , Complex Type divineNameCT , Complex Type figureCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT , Complex Type wCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
osisRef=" osisRefType [0..1]"
placement=" notePlacement [0..1]"
type=" noteType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="note [0..1]">
<!-- Mixed content -->
<note> noteCT </note> [0..*]
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<catchWord> catchWordCT </catchWord> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<rdg> rdgCT </rdg> [1]
<rdgGrp> rdgGrpCT </rdgGrp> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h203341329 h432045380 h-1553915984 h223514042 h912256384 h519010071 h1008509118 h918987268 h519122508 h519127313 h668451380 h2018732213 h609709148 h431253153 h1828006696 h718128353 h-675987876 h-675986915 h-1081436575 h-522620922 h1937540983 h-1080483263 h1807279290 h2052935876 h-583179167 h-675981149 h-558777606 h-1269659954 h-1627288143 h-95466365
Schema Component Representation
<xs:complexType name="noteCT" mixed="true">
<xs:sequence>
<xs:element name="note" type=" noteCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="catchWord" type=" catchWordCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="rdg" type=" rdgCT "/>
<xs:element name="rdgGrp" type=" rdgGrpCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attribute name="placement" type=" notePlacement " use="optional"/>
<xs:attribute name="type" type=" noteType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="note"/>
</xs:complexType>
top

Complex Type: osisCT

Super-types: None
Sub-types: None
Name osisCT
Used by (from the same schema document) Element osis
Abstract no
XML Instance Representation
<...
TEIform="TEI.2 [0..1]">
Start Choice [1]
<osisCorpus> osisCorpusCT </osisCorpus> [0..1]
<osisText> osisTextCT </osisText> [0..1]
End Choice
</...>
Diagram
h139805516 h-1761316815
Schema Component Representation
<xs:complexType name="osisCT">
<xs:choice>
<xs:element name="osisCorpus" type=" osisCorpusCT " minOccurs="0"/>
<xs:element name="osisText" type=" osisTextCT " minOccurs="0"/>
</xs:choice>
<xs:attribute name="TEIform" fixed="TEI.2"/>
</xs:complexType>
top

Complex Type: osisCorpusCT

Super-types: None
Sub-types: None
Name osisCorpusCT
Used by (from the same schema document) Complex Type osisCT
Abstract no
XML Instance Representation
<...
TEIform="teiCorpus.2 [0..1]">
<header> corpusHeaderCT </header> [0..1]
<titlePage> titlePageCT </titlePage> [0..1]
<osisText> osisTextCT </osisText> [1..*]
</...>
Diagram
h299915083 h-1927948749 h-1761316815
Schema Component Representation
<xs:complexType name="osisCorpusCT">
<xs:sequence>
<xs:element name="header" type=" corpusHeaderCT " minOccurs="0"/>
<xs:element name="titlePage" type=" titlePageCT " minOccurs="0" maxOccurs="1"/>
<xs:element name="osisText" type=" osisTextCT " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="TEIform" fixed="teiCorpus.2"/>
</xs:complexType>
top

Complex Type: osisTextCT

Super-types: None
Sub-types: None
Name osisTextCT
Used by (from the same schema document) Complex Type osisCT , Complex Type osisCorpusCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
canonical=" xs:boolean [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
osisIDWork=" osisWorkType [1]"
osisRefWork=" osisWorkType [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
xml:lang="[1]"
xml:space="[0..1]"
TEIform="text [0..1]">
<header> headerCT </header> [1]
<titlePage> titlePageCT </titlePage> [0..1]
<div> divCT </div> [0..*]
</...>
Diagram
h-28729565 h-1927948749 h-1094202499 h1959085180 h-2107779928 h630680318 h630680318 h1335208488 h1335208488 h-1961631311 h-674129501
Schema Component Representation
<xs:complexType name="osisTextCT">
<xs:sequence>
<xs:element name="header" type=" headerCT "/>
<xs:element name="titlePage" type=" titlePageCT " minOccurs="0" maxOccurs="1"/>
<xs:element name="div" type=" divCT " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="annotateRef" type=" annotateRefType " use="optional"/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="true"/>
<xs:attribute name="ID" type=" xs:ID " use="optional"/>
<xs:attribute name="osisID" type=" osisIDType " use="optional"/>
<xs:attribute name="osisIDWork" type=" osisWorkType " use="required"/>
<xs:attribute name="osisRefWork" type=" osisWorkType " use="optional" default="Bible"/>
<xs:attribute name="type" type=" attributeExtension " use="optional"/>
<xs:attribute name="subType" type=" attributeExtension " use="optional"/>
<xs:attribute ref=" xml:lang" use="required"/>
<xs:attribute ref=" xml:space" default="default"/>
<xs:attribute name="TEIform" fixed="text"/>
</xs:complexType>
top

Complex Type: pCT

Super-types: None
Sub-types: None
Name pCT
Used by (from the same schema document) Complex Type revisionDescCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type itemCT , Complex Type noteCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type speechCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="p [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<catchWord> catchWordCT </catchWord> [1]
<chapter> chapterCT </chapter> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<rdg> rdgCT </rdg> [1]
<rdgGrp> rdgGrpCT </rdgGrp> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<speech> speechCT </speech> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h203341329 h847244985 h-2115594544 h432045380 h-1553915984 h223514042 h912256384 h519010071 h1008509118 h918987268 h519122508 h519127313 h668451380 h2018732213 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h-1081436575 h-522620922 h1937540983 h-1256644898 h-1080483263 h1398359026 h1867623915 h-1044675528 h1807279290 h2052935876 h-37858652 h-583179167 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="pCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="catchWord" type=" catchWordCT "/>
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="rdg" type=" rdgCT "/>
<xs:element name="rdgGrp" type=" rdgGrpCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="speech" type=" speechCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="p"/>
</xs:complexType>
top

Complex Type: publisherCT

Super-types: xs:string < publisherCT (by extension)
Sub-types: None
Name publisherCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="publisherCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: qCT

Super-types: milestoneable < qCT (by extension)
Sub-types: None
Name qCT
Used by (from the same schema document) Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type headCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type mentionedCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type segCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
level=" xs:string [0..1]"
marker=" xs:string [0..1]"
osisRef=" osisRefType [0..1]"
type=" quoteType [0..1]"
who=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="q [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="qCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="level" type=" xs:string " use="optional"/>
<xs:attribute name="marker" type=" xs:string " default="DEFAULT" use="optional"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attribute name="type" type=" quoteType " use="optional"/>
<xs:attribute name="who" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="q"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: rdgCT

Super-types: None
Sub-types: None
Name rdgCT
Used by (from the same schema document) Complex Type noteCT , Complex Type pCT , Complex Type rdgGrpCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
witness=" osisRefType [0..1]"
type=" rdgType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="rdg [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h519127313 h668451380 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675987876 h-675986915 h1937540983 h-1080483263 h-37858652 h-675981149 h-558777606 h122082634 h-95466365
Schema Component Representation
<xs:complexType name="rdgCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="witness" type=" osisRefType " use="optional"/>
<xs:attribute name="type" type=" rdgType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="rdg"/>
</xs:complexType>
top

Complex Type: rdgGrpCT

Super-types: None
Sub-types: None
Name rdgGrpCT
Used by (from the same schema document) Complex Type noteCT , Complex Type pCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="rdgGrp [0..1]">
<rdg> rdgCT </rdg> [1..*]
</...>
Diagram
h-1081436575 h-906479521
Schema Component Representation
<xs:complexType name="rdgGrpCT" mixed="false">
<xs:sequence>
<xs:element name="rdg" type=" rdgCT " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="rdgGrp"/>
</xs:complexType>
top

Complex Type: refSystemCT

Super-types: xs:string < refSystemCT (by extension)
Sub-types: None
Name refSystemCT
Used by (from the same schema document) Complex Type workCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="refSystemCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: referenceCT

Super-types: None
Sub-types: None
Name referenceCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type divineNameCT , Complex Type figureCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
osisRef=" osisRefType [0..1]"
type=" referenceType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<seg> segCT </seg> [1]
<title> titleCT </title> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-1080483263 h2052935876 h-675981149 h-558777606 h-2038376224 h-95466365
Schema Component Representation
<xs:complexType name="referenceCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
<xs:attribute name="osisRef" type=" osisRefType " use="optional"/>
<xs:attribute name="type" type=" referenceType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
</xs:complexType>
top

Complex Type: relationCT

Super-types: xs:string < relationCT (by extension)
Sub-types: None
Name relationCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="relationCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: revisionDescCT

Super-types: None
Sub-types: None
Name revisionDescCT
Used by (from the same schema document) Complex Type corpusHeaderCT , Complex Type headerCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="revisionDesc [0..1]">
<date> dateCT </date> [1]
<p> pCT </p> [1..*]
</...>
Diagram
h432045380 h-675987876 h-906479521
Schema Component Representation
<xs:complexType name="revisionDescCT">
<xs:sequence>
<xs:element name="date" type=" dateCT "/>
<xs:element name="p" type=" pCT " maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="revisionDesc"/>
</xs:complexType>
top

Complex Type: rightsCT

Super-types: xs:string < rightsCT (by extension)
Sub-types: None
Name rightsCT
Used by (from the same schema document) Complex Type workCT
Abstract no
XML Instance Representation
<...
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
canonical=" xs:boolean [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="rightsCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: roleCT

Super-types: None
Sub-types: None
Name roleCT
Used by (from the same schema document) Complex Type castItemCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="role [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h912256384 h1008509118 h731266184 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="roleCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="role"/>
</xs:complexType>
top

Complex Type: roleDescCT

Super-types: None
Sub-types: None
Name roleDescCT
Used by (from the same schema document) Complex Type castItemCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="roleDesc [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h912256384 h1008509118 h731266184 h1937540983 h-1080483263 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="roleDescCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="roleDesc"/>
</xs:complexType>
top

Complex Type: rowCT

Super-types: None
Sub-types: None
Name rowCT
Used by (from the same schema document) Complex Type tableCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
role=" tableRole [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="row [0..1]">
<cell> cellCT </cell> [1..*]
</...>
Diagram
h406878712 h1629086367 h-906479521
Schema Component Representation
<xs:complexType name="rowCT">
<xs:sequence>
<xs:element name="cell" type=" cellCT " maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="role" type=" tableRole " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="row"/>
</xs:complexType>
top

Complex Type: saluteCT

Super-types: milestoneable < saluteCT (by extension)
Sub-types: None
Name saluteCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type pCT , Complex Type qCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="salute [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<speaker> speakerCT </speaker> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="saluteCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="salute"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: scopeCT

Super-types: osisRefType (by restriction) < scopeCT (by extension)
Sub-types: None
Name scopeCT
Used by (from the same schema document) Complex Type workCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
osisRefType
</...>
Diagram
Schema Component Representation
<xs:complexType name="scopeCT">
<xs:simpleContent>
<xs:extension base=" osisRefType ">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: segCT

Super-types: milestoneable < segCT (by extension)
Sub-types: None
Name segCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type divineNameCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT , Complex Type wCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
type=" segType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="seg [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="segCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" segType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="seg"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: signedCT

Super-types: milestoneable < signedCT (by extension)
Sub-types: None
Name signedCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type pCT , Complex Type qCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="signed [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="signedCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="signed"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: sourceCT

Super-types: xs:string < sourceCT (by extension)
Sub-types: None
Name sourceCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="sourceCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: speakerCT

Super-types: None
Sub-types: None
Name speakerCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type inscriptionCT , Complex Type lCT , Complex Type pCT , Complex Type qCT , Complex Type saluteCT , Complex Type speechCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
who=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="sp [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<index> indexCT </index> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<reference> referenceCT </reference> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h-1553915984 h912256384 h1008509118 h718128353 h731266184 h1937540983 h-675981149 h-906479521
Schema Component Representation
<xs:complexType name="speakerCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="who" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="sp"/>
</xs:complexType>
top

Complex Type: speechCT

Super-types: milestoneable < speechCT (by extension)
Sub-types: None
Name speechCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type inscriptionCT , Complex Type pCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
marker=" xs:string [0..1]"
TEIform="speech [0..1]">
<!-- Mixed content -->
<speech> speechCT </speech> [0..*]
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<chapter> chapterCT </chapter> [1]
<closer> closerCT </closer> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<p> pCT </p> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<salute> saluteCT </salute> [1]
<seg> segCT </seg> [1]
<signed> signedCT </signed> [1]
<speaker> speakerCT </speaker> [1]
<table> tableCT </table> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="speechCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:sequence>
<xs:element name="speech" type=" speechCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="chapter" type=" chapterCT "/>
<xs:element name="closer" type=" closerCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="salute" type=" saluteCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="signed" type=" signedCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="table" type=" tableCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="marker" type=" xs:string " default="DEFAULT" use="optional"/>
<xs:attribute name="TEIform" fixed="speech"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: subjectCT

Super-types: xs:string < subjectCT (by extension)
Sub-types: None
Name subjectCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" subjectType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="subjectCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" subjectType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
</xs:extension>
</xs:simpleContent>
<-- The type attribute on subjectCT is used to identify the system that specifies the meaning and syntax of the subject element content. A list of some of the better known subject classification systems has been enumerated for this value. Those are: ATLA (American Theological Libraries Association); BILDI (Biblewissenschaftliche Literaturdokumentation Innsbruck); DBC (Dutch Basic Classification); DDC (Dewey Decimal Classification); EUT (Estonian Universal Thesaurus); FGT (Finnish General Thesaurus); LCSH (Library of Congress Subject Heading); MeSH (Medical Subject Headings); NLSH (National Library Subject Headings (National Library of Poland)); RSWK (Regeln f&uuml;r den Schlagwortkatalog); SEARS (Sears List of Subject Headings); SOG (Soggettario); SWD_RSWK (Swiss National Library); UDC (Universal Decimal Classification); and, VAT (Vatican Library). Or, listed without comment, the valid values are: ATLA, BILDI, DBC, DDC, EUT, FGT, LCSH, MeSH, NLSH, RSWK, SEARS, SOG, SWD_RSWK, UDC, VAT. Note that if a system not listed here is used, the value in type must be preceded by "x-", thus: "x-Durusau" as the type for subject from the Durusau System of Universal Subject (a non-existent and never to be built system). -->
</xs:complexType>
top

Complex Type: tableCT

Super-types: None
Sub-types: None
Name tableCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type noteCT , Complex Type pCT , Complex Type speechCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
cols=" xs:positiveInteger [0..1]"
rows=" xs:positiveInteger [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="table [0..1]">
<head> headCT </head> [0..1]
<row> rowCT </row> [0..*]
</...>
Diagram
h549689078 h-1081093498 h-906479521
Schema Component Representation
<xs:complexType name="tableCT">
<xs:sequence>
<xs:element name="head" type=" headCT " minOccurs="0"/>
<xs:element name="row" type=" rowCT " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="cols" type=" xs:positiveInteger " use="optional"/>
<xs:attribute name="rows" type=" xs:positiveInteger " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="table"/>
</xs:complexType>
top

Complex Type: teiHeaderCT

Super-types: None
Sub-types: None
Name teiHeaderCT
Used by (from the same schema document) Complex Type workCT
Abstract no
XML Instance Representation
<...
TEIform="teiHeader [0..1]">
<!-- Mixed content -->
Allow any elements from any namespace (skip validation). [1..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="teiHeaderCT" mixed="true">
<xs:sequence>
<xs:any processContents="skip" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="TEIform" fixed="teiHeader"/>
</xs:complexType>
top

Complex Type: titleCT

Super-types: None
Sub-types: None
Name titleCT
Used by (from the same schema document) Complex Type workCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type divCT , Complex Type foreignCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type noteCT , Complex Type pCT , Complex Type referenceCT , Complex Type speechCT , Complex Type titleCT , Complex Type titlePageCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
level=" xs:integer [0..1]"
placement=" titlePlacement [0..1]"
short=" xs:string [0..1]"
type=" osisTitleType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="title [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<figure> figureCT </figure> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<lg> lgCT </lg> [1]
<milestone> milestoneCT </milestone> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<verse> verseCT </verse> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h223514042 h912256384 h519010071 h1008509118 h918987268 h519122508 h519127313 h609709148 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-37858652 h-583179167 h-675981149 h2012444434 h-845034753 h-95466365
Schema Component Representation
<xs:complexType name="titleCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="lg" type=" lgCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="verse" type=" verseCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
<xs:attribute name="level" type=" xs:integer " use="optional"/>
<xs:attribute name="placement" type=" titlePlacement " use="optional"/>
<xs:attribute name="short" type=" xs:string " use="optional"/>
<xs:attribute name="type" type=" osisTitleType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
<xs:attribute name="TEIform" fixed="title"/>
</xs:complexType>
top

Complex Type: titlePageCT

Super-types: None
Sub-types: None
Name titlePageCT
Used by (from the same schema document) Complex Type osisCorpusCT , Complex Type osisTextCT , Complex Type divCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
Start Choice [0..*]
<title> titleCT </title> [1]
<contributor> contributorCT </contributor> [1]
<creator> creatorCT </creator> [1]
<subject> subjectCT </subject> [1]
<date> dateCT </date> [1]
<description> descriptionCT </description> [1]
<publisher> publisherCT </publisher> [1]
<type> typeCT </type> [1]
<format> formatCT </format> [1]
<identifier> identifierCT </identifier> [1]
<source> sourceCT </source> [1]
<language> languageCT </language> [1]
<relation> relationCT </relation> [1]
<coverage> coverageCT </coverage> [1]
<p> pCT </p> [1]
<figure> figureCT </figure> [1]
<milestone> milestoneCT </milestone> [1]
End Choice
</...>
Diagram
h2052935876 h361222727 h-78612776 h-418706472 h432045380 h1224257832 h1339621864 h912157136 h1560609293 h-99018817 h-1462109903 h302187502 h241521042 h1732936318 h-675987876 h223514042 h609709148 h-906479521
Schema Component Representation
<xs:complexType name="titlePageCT">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="title" type=" titleCT "/>
<xs:element name="contributor" type=" contributorCT "/>
<xs:element name="creator" type=" creatorCT "/>
<xs:element name="subject" type=" subjectCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="description" type=" descriptionCT "/>
<xs:element name="publisher" type=" publisherCT "/>
<xs:element name="type" type=" typeCT "/>
<xs:element name="format" type=" formatCT "/>
<xs:element name="identifier" type=" identifierCT "/>
<xs:element name="source" type=" sourceCT "/>
<xs:element name="language" type=" languageCT "/>
<xs:element name="relation" type=" relationCT "/>
<xs:element name="coverage" type=" coverageCT "/>
<xs:element name="p" type=" pCT "/>
<xs:element name="figure" type=" figureCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="false"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: transChangeCT

Super-types: None
Sub-types: None
Name transChangeCT
Used by (from the same schema document) Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type saluteCT , Complex Type segCT , Complex Type speechCT , Complex Type titleCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" changeType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<lb> lbCT </lb> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
h-676002291 h346557703 h432045380 h-1553915984 h912256384 h519010071 h1008509118 h519122508 h609709148 h431253153 h1828006696 h718128353 h731266184 h-675986915 h1937540983 h-1080483263 h-675981149 h-1653236433 h-95466365
Schema Component Representation
<xs:complexType name="transChangeCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" changeType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
</xs:complexType>
top

Complex Type: typeCT

Super-types: xs:string < typeCT (by extension)
Sub-types: None
Name typeCT
Used by (from the same schema document) Complex Type workCT , Complex Type titlePageCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
type=" typeType [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="typeCT">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="type" type=" typeType " use="optional"/>
<xs:attributeGroup ref=" globalWithoutType "/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: verseCT

Super-types: milestoneable < verseCT (by extension)
Sub-types: None
Name verseCT
Used by (from the same schema document) Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type divCT , Complex Type itemCT , Complex Type lCT , Complex Type lgCT , Complex Type listCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type saluteCT , Complex Type speechCT , Complex Type titleCT
Abstract no
XML Instance Representation
<...
sID=" xs:string [0..1]"
eID=" xs:string [0..1]"
canonical=" xs:boolean [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<abbr> abbrCT </abbr> [1]
<date> dateCT </date> [1]
<divineName> divineNameCT </divineName> [1]
<foreign> foreignCT </foreign> [1]
<hi> hiCT </hi> [1]
<index> indexCT </index> [1]
<inscription> inscriptionCT </inscription> [1]
<lb> lbCT </lb> [1]
<list> listCT </list> [1]
<mentioned> mentionedCT </mentioned> [1]
<milestone> milestoneCT </milestone> [1]
<milestoneEnd> milestoneEndCT </milestoneEnd> [1]
<milestoneStart> milestoneStartCT </milestoneStart> [1]
<name> nameCT </name> [1]
<note> noteCT </note> [1]
<q> qCT </q> [1]
<reference> referenceCT </reference> [1]
<seg> segCT </seg> [1]
<speaker> speakerCT </speaker> [1]
<title> titleCT </title> [1]
<transChange> transChangeCT </transChange> [1]
<w> wCT </w> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="verseCT" mixed="true">
<xs:complexContent mixed="true">
<xs:extension base=" milestoneable ">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="abbr" type=" abbrCT "/>
<xs:element name="date" type=" dateCT "/>
<xs:element name="divineName" type=" divineNameCT "/>
<xs:element name="foreign" type=" foreignCT "/>
<xs:element name="hi" type=" hiCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="inscription" type=" inscriptionCT "/>
<xs:element name="lb" type=" lbCT "/>
<xs:element name="list" type=" listCT "/>
<xs:element name="mentioned" type=" mentionedCT "/>
<xs:element name="milestone" type=" milestoneCT "/>
<xs:element name="milestoneEnd" type=" milestoneEndCT "/>
<xs:element name="milestoneStart" type=" milestoneStartCT "/>
<xs:element name="name" type=" nameCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="q" type=" qCT "/>
<xs:element name="reference" type=" referenceCT "/>
<xs:element name="seg" type=" segCT "/>
<xs:element name="speaker" type=" speakerCT "/>
<xs:element name="title" type=" titleCT "/>
<xs:element name="transChange" type=" transChangeCT "/>
<xs:element name="w" type=" wCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional" default="true"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: wCT

Super-types: None
Sub-types: None
Name wCT
Used by (from the same schema document) Complex Type actorCT , Complex Type roleCT , Complex Type roleDescCT , Complex Type abbrCT , Complex Type captionCT , Complex Type catchWordCT , Complex Type cellCT , Complex Type chapterCT , Complex Type closerCT , Complex Type dateCT , Complex Type divCT , Complex Type divineNameCT , Complex Type foreignCT , Complex Type headCT , Complex Type hiCT , Complex Type inscriptionCT , Complex Type itemCT , Complex Type labelCT , Complex Type lCT , Complex Type mentionedCT , Complex Type nameCT , Complex Type noteCT , Complex Type pCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT , Complex Type saluteCT , Complex Type segCT , Complex Type signedCT , Complex Type speakerCT , Complex Type speechCT , Complex Type titleCT , Complex Type transChangeCT , Complex Type verseCT
Abstract no
XML Instance Representation
<...
canonical=" xs:boolean [0..1]"
gloss=" xs:string [0..1]"
lemma=" osisGenType [0..1]"
morph=" osisGenType [0..1]"
POS=" osisGenType [0..1]"
src=" xs:string [0..1]"
xlit=" xs:string [0..1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"
TEIform="w [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<a> aCT </a> [1]
<index> indexCT </index> [1]
<note> noteCT </note> [1]
<seg> segCT </seg> [1]
End Choice
</...>
Diagram
h-676002291 h1008509118 h731266184 h-1080483263 h-1723995337 h-1723995337 h-1723995337 h-906479521
Schema Component Representation
<xs:complexType name="wCT" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="a" type=" aCT "/>
<xs:element name="index" type=" indexCT "/>
<xs:element name="note" type=" noteCT "/>
<xs:element name="seg" type=" segCT "/>
</xs:choice>
<xs:attribute name="canonical" type=" xs:boolean " use="optional"/>
<xs:attribute name="gloss" type=" xs:string " use="optional"/>
<xs:attribute name="lemma" type=" osisGenType " use="optional"/>
<xs:attribute name="morph" type=" osisGenType " use="optional"/>
<xs:attribute name="POS" type=" osisGenType " use="optional"/>
<xs:attribute name="src" type=" xs:string " use="optional"/>
<xs:attribute name="xlit" type=" xs:string " use="optional"/>
<xs:attributeGroup ref=" globalWithType "/>
<xs:attribute name="TEIform" fixed="w"/>
</xs:complexType>
top

Complex Type: workCT

Super-types: None
Sub-types: None
Name workCT
Used by (from the same schema document) Complex Type corpusHeaderCT , Complex Type headerCT
Abstract no
XML Instance Representation
<...
osisWork=" osisWorkType [1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
type=" attributeExtension [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]">
<title> titleCT </title> [0..*]
<contributor> contributorCT </contributor> [0..*]
<creator> creatorCT </creator> [0..*]
<subject> subjectCT </subject> [0..*]
<date> dateCT </date> [0..*]
<description> descriptionCT </description> [0..*]
<publisher> publisherCT </publisher> [0..*]
<type> typeCT </type> [0..*]
<format> formatCT </format> [0..*]
<identifier> identifierCT </identifier> [0..*]
<source> sourceCT </source> [0..*]
<language> languageCT </language> [0..*]
<relation> relationCT </relation> [0..*]
<coverage> coverageCT </coverage> [0..*]
<rights> rightsCT </rights> [0..*]
<scope> scopeCT </scope> [0..*]
<castList> castListCT </castList> [0..*]
<teiHeader> teiHeaderCT </teiHeader> [0..1]
<refSystem> refSystemCT </refSystem> [0..*]
</...>
Diagram
h2052935876 h361222727 h-78612776 h-418706472 h432045380 h1224257832 h1339621864 h912157136 h1560609293 h-99018817 h-1462109903 h302187502 h241521042 h1732936318 h-349531155 h989158848 h-318463021 h-561975695 h-1339266290 h630680318 h-906479521
Schema Component Representation
<xs:complexType name="workCT">
<xs:sequence>
<xs:element name="title" type=" titleCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="contributor" type=" contributorCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="creator" type=" creatorCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="subject" type=" subjectCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="date" type=" dateCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="description" type=" descriptionCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="publisher" type=" publisherCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="type" type=" typeCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="format" type=" formatCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="identifier" type=" identifierCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="source" type=" sourceCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="language" type=" languageCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="relation" type=" relationCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="coverage" type=" coverageCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="rights" type=" rightsCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="scope" type=" scopeCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="castList" type=" castListCT " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="teiHeader" type=" teiHeaderCT " minOccurs="0"/>
<xs:element name="refSystem" type=" refSystemCT " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="osisWork" type=" osisWorkType " use="required"/>
<xs:attributeGroup ref=" globalWithType "/>
</xs:complexType>
top

Complex Type: workPrefixCT

Super-types: None
Sub-types: None
Name workPrefixCT
Used by (from the same schema document) Complex Type headerCT
Abstract no
XML Instance Representation
<...
path=" osisWorkPrefix [1]"
osisWork=" osisWorkType [1]"
annotateRef=" annotateRefType [0..1]"
annotateWork=" xs:string [0..1]"
annotateType=" annotationType [0..1]"
editions=" xs:NMTOKENS [0..1]"
ID=" xs:ID [0..1]"
osisID=" osisIDType [0..1]"
resp=" xs:string [0..1]"
subType=" attributeExtension [0..1]"
n=" xs:string [0..1]"
xml:lang="[0..1]"
xml:space="[0..1]"
script=" osisScripts [0..1]"/>
Diagram
h372092246 h630680318 h-95466365
Schema Component Representation
<xs:complexType name="workPrefixCT">
<xs:attribute name="path" type=" osisWorkPrefix " use="required"/>
<xs:attribute name="osisWork" type=" osisWorkType " use="required"/>
<xs:attributeGroup ref=" globalWithoutType "/>
</xs:complexType>
top

Simple Type: annotateRefType

Super-types: None
Sub-types: None
Name annotateRefType
Used by (from the same schema document) Complex Type osisTextCT , Attribute Group globalWithType , Attribute Group globalWithoutType
Content
Diagram
h1965864718
Schema Component Representation
<xs:simpleType name="annotateRefType">
<xs:list itemType=" osisAnnotateRefType "/>
</xs:simpleType>
top

Simple Type: annotationType

Super-types: None
Sub-types: None
Name annotationType
Used by (from the same schema document) Attribute Group globalWithType , Attribute Group globalWithoutType
Content
Diagram
h-197950590
Schema Component Representation
<xs:simpleType name="annotationType">
<xs:union memberTypes=" osisAnnotation attributeExtension "/>
</xs:simpleType>
top

Simple Type: attributeExtension

Super-types: xs:string < attributeExtension (by restriction)
Sub-types: None
Name attributeExtension
Used by (from the same schema document) Complex Type osisTextCT , Complex Type osisTextCT , Attribute Group globalWithType , Attribute Group globalWithType , Attribute Group globalWithoutType
Content
  • Base XSD Type: string
  • pattern = x-([^\s])+
Diagram
Schema Component Representation
<xs:simpleType name="attributeExtension">
<xs:restriction base=" xs:string ">
<xs:pattern value="x-([^\s])+"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: calendar

Super-types: xs:string < calendar (by restriction)
Sub-types: None
Name calendar
Used by (from the same schema document) Complex Type dateCT
Content
  • Base XSD Type: string
  • value comes from list: {'Chinese'|'Gregorian'|'Islamic'|'ISO'|'Jewish'|'Julian'}
Diagram
Schema Component Representation
<xs:simpleType name="calendar">
<xs:restriction base=" xs:string ">
<xs:enumeration value="Chinese"/>
<xs:enumeration value="Gregorian"/>
<xs:enumeration value="Islamic"/>
<xs:enumeration value="ISO"/>
<xs:enumeration value="Jewish"/>
<xs:enumeration value="Julian"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: changeType

Super-types: None
Sub-types: None
Name changeType
Used by (from the same schema document) Complex Type transChangeCT
Content
Diagram
h-904404144
Schema Component Representation
<xs:simpleType name="changeType">
<xs:union memberTypes=" osisChanges attributeExtension "/>
</xs:simpleType>
top

Simple Type: descriptionType

Super-types: None
Sub-types: None
Name descriptionType
Used by (from the same schema document) Complex Type descriptionCT
Content
Diagram
h1690629641
Schema Component Representation
<xs:simpleType name="descriptionType">
<xs:union memberTypes=" osisDescription attributeExtension "/>
</xs:simpleType>
top

Simple Type: divType

Super-types: None
Sub-types: None
Name divType
Used by (from the same schema document) Complex Type divCT
Content
Diagram
h-931913579
Schema Component Representation
<xs:simpleType name="divType">
<xs:union memberTypes=" osisDivs attributeExtension "/>
</xs:simpleType>
top

Simple Type: eventType

Super-types: None
Sub-types: None
Name eventType
Used by (from the same schema document) Complex Type dateCT
Content
Diagram
h2119342828
Schema Component Representation
<xs:simpleType name="eventType">
<xs:union memberTypes=" osisEvents attributeExtension "/>
</xs:simpleType>
top

Simple Type: hiType

Super-types: None
Sub-types: None
Name hiType
Used by (from the same schema document) Complex Type hiCT
Content
Diagram
h763275348
Schema Component Representation
<xs:simpleType name="hiType">
<xs:union memberTypes=" osisHi attributeExtension "/>
</xs:simpleType>
top

Simple Type: identifierType

Super-types: None
Sub-types: None
Name identifierType
Used by (from the same schema document) Complex Type identifierCT
Content
Diagram
h-261339908
Schema Component Representation
<xs:simpleType name="identifierType">
<xs:union memberTypes=" osisIdentifier attributeExtension "/>
</xs:simpleType>
top

Simple Type: languageType

Super-types: None
Sub-types: None
Name languageType
Used by (from the same schema document) Complex Type languageCT
Content
Diagram
h-1017764757
Schema Component Representation
<xs:simpleType name="languageType">
<xs:union memberTypes=" osisLanguage attributeExtension "/>
</xs:simpleType>
top

Simple Type: languageUsage

Super-types: None
Sub-types: None
Name languageUsage
Used by (from the same schema document) Complex Type languageCT
Content
Diagram
h207254518
Schema Component Representation
<xs:simpleType name="languageUsage">
<xs:union memberTypes=" osisLanguageUsage attributeExtension "/>
</xs:simpleType>
top

Simple Type: lineGroupType

Super-types: None
Sub-types: None
Name lineGroupType
Used by (from the same schema document) Complex Type lgCT
Content
Diagram
h-527581128
Schema Component Representation
<xs:simpleType name="lineGroupType">
<xs:union memberTypes=" osisLineGroup attributeExtension xs:string"/>
</xs:simpleType>
top

Simple Type: lineType

Super-types: None
Sub-types: None
Name lineType
Used by (from the same schema document) Complex Type lCT
Content
Diagram
h-931675513
Schema Component Representation
<xs:simpleType name="lineType">
<xs:union memberTypes=" osisLine attributeExtension xs:string"/>
</xs:simpleType>
top

Simple Type: milestonePt

Super-types: None
Sub-types: None
Name milestonePt
Used by (from the same schema document) Complex Type milestoneCT
Content
Diagram
h2071132577
Schema Component Representation
<xs:simpleType name="milestonePt">
<xs:union memberTypes=" osisMilestonePt attributeExtension "/>
</xs:simpleType>
top

Simple Type: milestoneSe

Super-types: xs:string < milestoneSe (by restriction)
Sub-types: None
Name milestoneSe
Used by (from the same schema document) Complex Type milestoneEndCT , Complex Type milestoneStartCT
Content
  • Base XSD Type: string
  • value comes from list: {'abbr'|'chapter'|'closer'|'div'|'foreign'|'l'|'lg'|'q'|'salute'|'seg'|'signed'|'speech'|'verse'}
Diagram
Schema Component Representation
<xs:simpleType name="milestoneSe">
<xs:restriction base=" xs:string ">
<xs:enumeration value="abbr"/>
<xs:enumeration value="chapter"/>
<xs:enumeration value="closer"/>
<xs:enumeration value="div"/>
<xs:enumeration value="foreign"/>
<xs:enumeration value="l"/>
<xs:enumeration value="lg"/>
<xs:enumeration value="q"/>
<xs:enumeration value="salute"/>
<xs:enumeration value="seg"/>
<xs:enumeration value="signed"/>
<xs:enumeration value="speech"/>
<xs:enumeration value="verse"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nameType

Super-types: None
Sub-types: None
Name nameType
Used by (from the same schema document) Complex Type nameCT
Content
Diagram
h1184438037
Schema Component Representation
<xs:simpleType name="nameType">
<xs:union memberTypes=" osisNames attributeExtension "/>
</xs:simpleType>
top

Simple Type: notePlacement

Super-types: None
Sub-types: None
Name notePlacement
Used by (from the same schema document) Complex Type noteCT
Content
Diagram
h-71278780
Schema Component Representation
<xs:simpleType name="notePlacement">
<xs:union memberTypes=" osisPlacementNote attributeExtension "/>
</xs:simpleType>
top

Simple Type: noteType

Super-types: None
Sub-types: None
Name noteType
Used by (from the same schema document) Complex Type noteCT
Content
Diagram
h1184861838
Schema Component Representation
<xs:simpleType name="noteType">
<xs:union memberTypes=" osisNotes attributeExtension "/>
</xs:simpleType>
top

Simple Type: osisAnnotateRefType

Super-types: None
Sub-types: None
Name osisAnnotateRefType
Content
Diagram
h-144687993
Schema Component Representation
<xs:simpleType name="osisAnnotateRefType">
<xs:union memberTypes=" osisRefRegex osisGenRegex "/>
</xs:simpleType>
top

Simple Type: osisAnnotation

Super-types: xs:string < osisAnnotation (by restriction)
Sub-types: None
Name osisAnnotation
Content
  • Base XSD Type: string
  • value comes from list: {'commentary'|'exposition'|'meditation'|'outline'|'rebuttal'|'sermon'|'studyGuide'|'translation'}
Diagram
Schema Component Representation
<xs:simpleType name="osisAnnotation">
<xs:restriction base=" xs:string ">
<xs:enumeration value="commentary"/>
<xs:enumeration value="exposition"/>
<xs:enumeration value="meditation"/>
<xs:enumeration value="outline"/>
<xs:enumeration value="rebuttal"/>
<xs:enumeration value="sermon"/>
<xs:enumeration value="studyGuide"/>
<xs:enumeration value="translation"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisCellAlign

Super-types: xs:string < osisCellAlign (by restriction)
Sub-types: None
Name osisCellAlign
Used by (from the same schema document) Complex Type cellCT
Content
  • Base XSD Type: string
  • value comes from list: {'left'|'right'|'center'|'justify'|'start'|'end'}
Diagram
Schema Component Representation
<xs:simpleType name="osisCellAlign">
<xs:restriction base=" xs:string ">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="center"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="start"/>
<xs:enumeration value="end"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisChanges

Super-types: xs:string < osisChanges (by restriction)
Sub-types: None
Name osisChanges
Content
  • Base XSD Type: string
  • value comes from list: {'added'|'amplified'|'changed'|'deleted'|'implied'|'moved'|'tenseChange'}
Diagram
Schema Component Representation
<xs:simpleType name="osisChanges">
<xs:restriction base=" xs:string ">
<xs:enumeration value="added"/>
<xs:enumeration value="amplified"/>
<xs:enumeration value="changed"/>
<xs:enumeration value="deleted"/>
<xs:enumeration value="implied"/>
<xs:enumeration value="moved"/>
<xs:enumeration value="tenseChange"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisDescription

Super-types: xs:string < osisDescription (by restriction)
Sub-types: None
Name osisDescription
Content
  • Base XSD Type: string
  • value comes from list: {'usfm'}
Diagram
Schema Component Representation
<xs:simpleType name="osisDescription">
<xs:restriction base=" xs:string ">
<xs:enumeration value="usfm"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisDivs

Super-types: xs:string < osisDivs (by restriction)
Sub-types: None
Name osisDivs
Content
  • Base XSD Type: string
  • value comes from list: {'acknowledgement'|'afterword'|'annotant'|'appendix'|'article'|'back'|'bibliography'|'body'|'book'|'bookGroup'|'bridge'|'chapter'|'colophon'|'commentary'|'concordance'|'coverPage'|'dedication'|'devotional'|'entry'|'front'|'gazetteer'|'glossary'|'imprimatur'|'index'|'introduction'|'majorSection'|'map'|'outline'|'paragraph'|'part'|'preface'|'publicationData'|'section'|'subSection'|'summary'|'tableofContents'|'titlePage'}
Diagram
Schema Component Representation
<xs:simpleType name="osisDivs">
<xs:restriction base=" xs:string ">
<xs:enumeration value="acknowledgement"/>
<xs:enumeration value="afterword"/>
<xs:enumeration value="annotant"/>
<xs:enumeration value="appendix"/>
<xs:enumeration value="article"/>
<xs:enumeration value="back"/>
<xs:enumeration value="bibliography"/>
<xs:enumeration value="body"/>
<xs:enumeration value="book"/>
<xs:enumeration value="bookGroup"/>
<xs:enumeration value="bridge"/>
<xs:enumeration value="chapter"/>
<xs:enumeration value="colophon"/>
<xs:enumeration value="commentary"/>
<xs:enumeration value="concordance"/>
<xs:enumeration value="coverPage"/>
<xs:enumeration value="dedication"/>
<xs:enumeration value="devotional"/>
<xs:enumeration value="entry"/>
<xs:enumeration value="front"/>
<xs:enumeration value="gazetteer"/>
<xs:enumeration value="glossary"/>
<xs:enumeration value="imprimatur"/>
<xs:enumeration value="index"/>
<xs:enumeration value="introduction"/>
<xs:enumeration value="majorSection"/>
<xs:enumeration value="map"/>
<xs:enumeration value="outline"/>
<xs:enumeration value="paragraph"/>
<xs:enumeration value="part"/>
<xs:enumeration value="preface"/>
<xs:enumeration value="publicationData"/>
<xs:enumeration value="section"/>
<xs:enumeration value="subSection"/>
<xs:enumeration value="summary"/>
<xs:enumeration value="tableofContents"/>
<xs:enumeration value="titlePage"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisEvents

Super-types: xs:string < osisEvents (by restriction)
Sub-types: None
Name osisEvents
Content
  • Base XSD Type: string
  • value comes from list: {'edition'|'eversion'|'imprint'|'original'}
Diagram
Schema Component Representation
<xs:simpleType name="osisEvents">
<xs:restriction base=" xs:string ">
<xs:enumeration value="edition"/>
<xs:enumeration value="eversion"/>
<xs:enumeration value="imprint"/>
<xs:enumeration value="original"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisGenRegex

Super-types: xs:string < osisGenRegex (by restriction)
Sub-types: None
Name osisGenRegex
Content
  • Base XSD Type: string
  • pattern = ((((\p{L}|\p{N}|_)+)(\.(\p{L}|\p{N}|_))*:)?([^:\s])+)
Diagram
Schema Component Representation
<xs:simpleType name="osisGenRegex">
<xs:restriction base=" xs:string ">
<xs:pattern value="((((\p{L}|\p{N}|_)+)(\.(\p{L}|\p{N}|_))*:)?([^:\s])+)"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisGenType

Super-types: None
Sub-types: None
Name osisGenType
Used by (from the same schema document) Complex Type wCT , Complex Type wCT , Complex Type wCT
Content
Diagram
h-1906699286
Schema Component Representation
<xs:simpleType name="osisGenType">
<xs:list itemType=" osisGenRegex "/>
</xs:simpleType>
top

Simple Type: osisHi

Super-types: xs:string < osisHi (by restriction)
Sub-types: None
Name osisHi
Content
  • Base XSD Type: string
  • value comes from list: {'acrostic'|'bold'|'emphasis'|'illuminated'|'italic'|'line-through'|'normal'|'small-caps'|'sub'|'super'|'underline'}
Diagram
Schema Component Representation
<xs:simpleType name="osisHi">
<xs:restriction base=" xs:string ">
<xs:enumeration value="acrostic"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="emphasis"/>
<xs:enumeration value="illuminated"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="line-through"/>
<xs:enumeration value="normal"/>
<xs:enumeration value="small-caps"/>
<xs:enumeration value="sub"/>
<xs:enumeration value="super"/>
<xs:enumeration value="underline"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisIDRegex

Super-types: xs:string < osisIDRegex (by restriction)
Sub-types: None
Name osisIDRegex
Content
  • Base XSD Type: string
  • pattern = (((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?:)?((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?
Diagram
Schema Component Representation
<xs:simpleType name="osisIDRegex">
<xs:restriction base=" xs:string ">
<xs:pattern value="(((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?:)?((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisIDType

Super-types: None
Sub-types: None
Name osisIDType
Used by (from the same schema document) Complex Type osisTextCT , Attribute Group globalWithType , Attribute Group globalWithoutType
Content
Diagram
h-919119719
Schema Component Representation
<xs:simpleType name="osisIDType">
<xs:list itemType=" osisIDRegex "/>
</xs:simpleType>
top

Simple Type: osisIdentifier

Super-types: xs:string < osisIdentifier (by restriction)
Sub-types: None
Name osisIdentifier
Content
  • Base XSD Type: string
  • value comes from list: {'Dewey'|'DOI'|'ISBN'|'ISSN'|'LCCN'|'OSIS'|'SICI'|'URI'|'URL'|'URN'}
Diagram
Schema Component Representation
<xs:simpleType name="osisIdentifier">
<xs:restriction base=" xs:string ">
<xs:enumeration value="Dewey"/>
<xs:enumeration value="DOI"/>
<xs:enumeration value="ISBN"/>
<xs:enumeration value="ISSN"/>
<xs:enumeration value="LCCN"/>
<xs:enumeration value="OSIS"/>
<xs:enumeration value="SICI"/>
<xs:enumeration value="URI"/>
<xs:enumeration value="URL"/>
<xs:enumeration value="URN"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisLanguage

Super-types: xs:string < osisLanguage (by restriction)
Sub-types: None
Name osisLanguage
Content
  • Base XSD Type: string
  • value comes from list: {'IANA'|'IETF'|'ISO-639-1'|'ISO-639-2'|'ISO-639-2-B'|'ISO-639-2-T'|'LINGUIST'|'other'|'SIL'}
Diagram
Schema Component Representation
<xs:simpleType name="osisLanguage">
<xs:restriction base=" xs:string ">
<xs:enumeration value="IANA"/>
<xs:enumeration value="IETF"/>
<xs:enumeration value="ISO-639-1"/>
<xs:enumeration value="ISO-639-2"/>
<xs:enumeration value="ISO-639-2-B"/>
<xs:enumeration value="ISO-639-2-T"/>
<xs:enumeration value="LINGUIST"/>
<xs:enumeration value="other"/>
<xs:enumeration value="SIL"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisLanguageUsage

Super-types: xs:string < osisLanguageUsage (by restriction)
Sub-types: None
Name osisLanguageUsage
Content
  • Base XSD Type: string
  • value comes from list: {'base'|'didactic'|'interlinear'|'original'|'quotation'|'source'|'target'|'translation'}
Diagram
Schema Component Representation
<xs:simpleType name="osisLanguageUsage">
<xs:restriction base=" xs:string ">
<xs:enumeration value="base"/>
<xs:enumeration value="didactic"/>
<xs:enumeration value="interlinear"/>
<xs:enumeration value="original"/>
<xs:enumeration value="quotation"/>
<xs:enumeration value="source"/>
<xs:enumeration value="target"/>
<xs:enumeration value="translation"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisLine

Super-types: xs:string < osisLine (by restriction)
Sub-types: None
Name osisLine
Content
  • Base XSD Type: string
  • value comes from list: {'refrain'|'doxology'|'selah'|'attribution'}
Diagram
Schema Component Representation
<xs:simpleType name="osisLine">
<xs:restriction base=" xs:string ">
<xs:enumeration value="refrain"/>
<xs:enumeration value="doxology"/>
<xs:enumeration value="selah"/>
<xs:enumeration value="attribution"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisLineGroup

Super-types: xs:string < osisLineGroup (by restriction)
Sub-types: None
Name osisLineGroup
Content
  • Base XSD Type: string
Diagram
Schema Component Representation
<xs:simpleType name="osisLineGroup">
<xs:restriction base=" xs:string ">
<-- <xs:enumeration value="doxology"/> -->
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisMilestonePt

Super-types: xs:string < osisMilestonePt (by restriction)
Sub-types: None
Name osisMilestonePt
Content
  • Base XSD Type: string
  • value comes from list: {'column'|'cQuote'|'footer'|'halfLine'|'header'|'line'|'pb'|'screen'}
Diagram
Schema Component Representation
<xs:simpleType name="osisMilestonePt">
<xs:restriction base=" xs:string ">
<xs:enumeration value="column"/>
<xs:enumeration value="cQuote"/>
<xs:enumeration value="footer"/>
<xs:enumeration value="halfLine"/>
<xs:enumeration value="header"/>
<xs:enumeration value="line"/>
<xs:enumeration value="pb"/>
<xs:enumeration value="screen"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisNames

Super-types: xs:string < osisNames (by restriction)
Sub-types: None
Name osisNames
Content
  • Base XSD Type: string
  • value comes from list: {'geographic'|'holiday'|'nonhuman'|'person'|'ritual'}
Diagram
Schema Component Representation
<xs:simpleType name="osisNames">
<xs:restriction base=" xs:string ">
<xs:enumeration value="geographic"/>
<xs:enumeration value="holiday"/>
<xs:enumeration value="nonhuman"/>
<xs:enumeration value="person"/>
<xs:enumeration value="ritual"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisNotes

Super-types: xs:string < osisNotes (by restriction)
Sub-types: None
Name osisNotes
Content
  • Base XSD Type: string
  • value comes from list: {'allusion'|'alternative'|'background'|'citation'|'crossReference'|'devotional'|'encoder'|'exegesis'|'explanation'|'liturgical'|'speaker'|'study'|'translation'|'variant'}
Diagram
Schema Component Representation
<xs:simpleType name="osisNotes">
<xs:restriction base=" xs:string ">
<xs:enumeration value="allusion"/>
<xs:enumeration value="alternative"/>
<xs:enumeration value="background"/>
<xs:enumeration value="citation"/>
<xs:enumeration value="crossReference"/>
<xs:enumeration value="devotional"/>
<xs:enumeration value="encoder"/>
<xs:enumeration value="exegesis"/>
<xs:enumeration value="explanation"/>
<xs:enumeration value="liturgical"/>
<xs:enumeration value="speaker"/>
<xs:enumeration value="study"/>
<xs:enumeration value="translation"/>
<xs:enumeration value="variant"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisPlacementNote

Super-types: xs:string < osisPlacementNote (by restriction)
Sub-types: None
Name osisPlacementNote
Content
  • Base XSD Type: string
  • value comes from list: {'foot'|'end'|'inline'|'left'|'right'|'interlinear'|'apparatus'}
Diagram
Schema Component Representation
<xs:simpleType name="osisPlacementNote">
<xs:restriction base=" xs:string ">
<xs:enumeration value="foot"/>
<xs:enumeration value="end"/>
<xs:enumeration value="inline"/>
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="interlinear"/>
<xs:enumeration value="apparatus"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisPlacementTitle

Super-types: xs:string < osisPlacementTitle (by restriction)
Sub-types: None
Name osisPlacementTitle
Content
  • Base XSD Type: string
  • value comes from list: {'leftHead'|'centerHead'|'rightHead'|'insideHead'|'outsideHead'|'leftFoot'|'centerFoot'|'rightFoot'|'insideFoot'|'outsideFoot'}
Diagram
Schema Component Representation
<xs:simpleType name="osisPlacementTitle">
<xs:restriction base=" xs:string ">
<xs:enumeration value="leftHead"/>
<xs:enumeration value="centerHead"/>
<xs:enumeration value="rightHead"/>
<xs:enumeration value="insideHead"/>
<xs:enumeration value="outsideHead"/>
<xs:enumeration value="leftFoot"/>
<xs:enumeration value="centerFoot"/>
<xs:enumeration value="rightFoot"/>
<xs:enumeration value="insideFoot"/>
<xs:enumeration value="outsideFoot"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisQuotes

Super-types: xs:string < osisQuotes (by restriction)
Sub-types: None
Name osisQuotes
Content
  • Base XSD Type: string
  • value comes from list: {'block'|'citation'|'embedded'}
Diagram
Schema Component Representation
<xs:simpleType name="osisQuotes">
<xs:restriction base=" xs:string ">
<xs:enumeration value="block"/>
<xs:enumeration value="citation"/>
<xs:enumeration value="embedded"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisRdg

Super-types: xs:string < osisRdg (by restriction)
Sub-types: None
Name osisRdg
Content
  • Base XSD Type: string
  • value comes from list: {'alternate'|'variant'}
Diagram
Schema Component Representation
<xs:simpleType name="osisRdg">
<xs:restriction base=" xs:string ">
<xs:enumeration value="alternate"/>
<xs:enumeration value="variant"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisRefRegex

Super-types: xs:string < osisRefRegex (by restriction)
Sub-types: None
Name osisRefRegex
Content
  • Base XSD Type: string
  • pattern = (((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?:)?((\p{L}|\p{N}|_|(\\[^\s]))+)(\.(\p{L}|\p{N}|_|(\\[^\s]))*)*(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?(@(cp\[(\p{Nd})*\]|s\[(\p{L}|\p{N})+\](\[(\p{N})+\])?))?(\-((((\p{L}|\p{N}|_|(\\[^\s]))+)(\.(\p{L}|\p{N}|_|(\\[^\s]))*)*)+)(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?(@(cp\[(\p{Nd})*\]|s\[(\p{L}|\p{N})+\](\[(\p{N})+\])?))?)?
Diagram
Schema Component Representation
<xs:simpleType name="osisRefRegex">
<xs:restriction base=" xs:string ">
<xs:pattern value="(((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?:)?((\p{L}|\p{N}|_|(\\[^\s]))+)(\.(\p{L}|\p{N}|_|(\\[^\s]))*)*(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?(@(cp\[(\p{Nd})*\]|s\[(\p{L}|\p{N})+\](\[(\p{N})+\])?))?(\-((((\p{L}|\p{N}|_|(\\[^\s]))+)(\.(\p{L}|\p{N}|_|(\\[^\s]))*)*)+)(!((\p{L}|\p{N}|_|(\\[^\s]))+)((\.(\p{L}|\p{N}|_|(\\[^\s]))+)*)?)?(@(cp\[(\p{Nd})*\]|s\[(\p{L}|\p{N})+\](\[(\p{N})+\])?))?)?"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisRefType

Super-types: None
Sub-types:
Name osisRefType
Used by (from the same schema document) Complex Type catchWordCT , Complex Type chapterCT , Complex Type divCT , Complex Type divCT , Complex Type figureCT , Complex Type noteCT , Complex Type qCT , Complex Type rdgCT , Complex Type referenceCT
Content
Diagram
h-144687993
Schema Component Representation
<xs:simpleType name="osisRefType">
<xs:list itemType=" osisRefRegex "/>
</xs:simpleType>
top

Simple Type: osisReferences

Super-types: xs:string < osisReferences (by restriction)
Sub-types: None
Name osisReferences
Content
  • Base XSD Type: string
  • value comes from list: {'annotateRef'|'parallel'|'source'}
Diagram
Schema Component Representation
<xs:simpleType name="osisReferences">
<xs:restriction base=" xs:string ">
<xs:enumeration value="annotateRef"/>
<xs:enumeration value="parallel"/>
<xs:enumeration value="source"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisRoles

Super-types: xs:string < osisRoles (by restriction)
Sub-types: None
Name osisRoles
Content
  • Base XSD Type: string
  • value comes from list: {'adp'|'ann'|'art'|'aut'|'aqt'|'aft'|'aui'|'bnd'|'bdd'|'bkd'|'bkp'|'bjd'|'bpd'|'ctg'|'clb'|'cmm'|'cwt'|'com'|'ctb'|'cre'|'edt'|'encoder'|'ilu'|'ill'|'pbl'|'trl'}
Diagram
Schema Component Representation
<xs:simpleType name="osisRoles">
<xs:restriction base=" xs:string ">
<xs:enumeration value="adp"/>
<xs:enumeration value="ann"/>
<xs:enumeration value="art"/>
<xs:enumeration value="aut"/>
<xs:enumeration value="aqt"/>
<xs:enumeration value="aft"/>
<xs:enumeration value="aui"/>
<xs:enumeration value="bnd"/>
<xs:enumeration value="bdd"/>
<xs:enumeration value="bkd"/>
<xs:enumeration value="bkp"/>
<xs:enumeration value="bjd"/>
<xs:enumeration value="bpd"/>
<xs:enumeration value="ctg"/>
<xs:enumeration value="clb"/>
<xs:enumeration value="cmm"/>
<xs:enumeration value="cwt"/>
<xs:enumeration value="com"/>
<xs:enumeration value="ctb"/>
<xs:enumeration value="cre"/>
<xs:enumeration value="edt"/>
<xs:enumeration value="encoder"/>
<xs:enumeration value="ilu"/>
<xs:enumeration value="ill"/>
<xs:enumeration value="pbl"/>
<xs:enumeration value="trl"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisScripts

Super-types: xs:string < osisScripts (by restriction)
Sub-types: None
Name osisScripts
Used by (from the same schema document) Attribute Group globalWithType , Attribute Group globalWithoutType
Content
  • Base XSD Type: string
  • pattern = ([A-Z][a-z]{3}|x-[A-Za-z0-9]+)
Diagram
Schema Component Representation
<xs:simpleType name="osisScripts">
<xs:restriction base=" xs:string ">
<xs:pattern value="([A-Z][a-z]{3}|x-[A-Za-z0-9]+)"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisSegs

Super-types: xs:string < osisSegs (by restriction)
Sub-types: None
Name osisSegs
Content
  • Base XSD Type: string
  • value comes from list: {'alluded'|'keyword'|'otPassage'|'verseNumber'}
Diagram
Schema Component Representation
<xs:simpleType name="osisSegs">
<xs:restriction base=" xs:string ">
<xs:enumeration value="alluded"/>
<xs:enumeration value="keyword"/>
<xs:enumeration value="otPassage"/>
<xs:enumeration value="verseNumber"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisSubjects

Super-types: xs:string < osisSubjects (by restriction)
Sub-types: None
Name osisSubjects
Content
  • Base XSD Type: string
  • value comes from list: {'ATLA'|'BILDI'|'DBC'|'DDC'|'EUT'|'FGT'|'LCC'|'LCSH'|'MeSH'|'NLSH'|'RSWK'|'SEARS'|'SOG'|'SWD_RSWK'|'UDC'|'VAT'}
Diagram
Schema Component Representation
<xs:simpleType name="osisSubjects">
<xs:restriction base=" xs:string ">
<xs:enumeration value="ATLA"/>
<xs:enumeration value="BILDI"/>
<xs:enumeration value="DBC"/>
<xs:enumeration value="DDC"/>
<xs:enumeration value="EUT"/>
<xs:enumeration value="FGT"/>
<xs:enumeration value="LCC"/>
<xs:enumeration value="LCSH"/>
<xs:enumeration value="MeSH"/>
<xs:enumeration value="NLSH"/>
<xs:enumeration value="RSWK"/>
<xs:enumeration value="SEARS"/>
<xs:enumeration value="SOG"/>
<xs:enumeration value="SWD_RSWK"/>
<xs:enumeration value="UDC"/>
<xs:enumeration value="VAT"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisTitleType

Super-types: None
Sub-types: None
Name osisTitleType
Used by (from the same schema document) Complex Type titleCT
Content
Diagram
h-1757748498
Schema Component Representation
<xs:simpleType name="osisTitleType">
<xs:union memberTypes=" osisTitles attributeExtension "/>
</xs:simpleType>
top

Simple Type: osisTitles

Super-types: xs:string < osisTitles (by restriction)
Sub-types: None
Name osisTitles
Content
  • Base XSD Type: string
  • value comes from list: {'acrostic'|'chapter'|'continued'|'main'|'parallel'|'psalm'|'runningHead'|'scope'|'sub'}
Diagram
Schema Component Representation
<xs:simpleType name="osisTitles">
<xs:restriction base=" xs:string ">
<xs:enumeration value="acrostic"/>
<xs:enumeration value="chapter"/>
<xs:enumeration value="continued"/>
<xs:enumeration value="main"/>
<xs:enumeration value="parallel"/>
<xs:enumeration value="psalm"/>
<xs:enumeration value="runningHead"/>
<xs:enumeration value="scope"/>
<xs:enumeration value="sub"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisType

Super-types: xs:string < osisType (by restriction)
Sub-types: None
Name osisType
Content
  • Base XSD Type: string
  • value comes from list: {'OSIS'}
Diagram
Schema Component Representation
<xs:simpleType name="osisType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="OSIS"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisWorkPrefix

Super-types: xs:string < osisWorkPrefix (by restriction)
Sub-types: None
Name osisWorkPrefix
Used by (from the same schema document) Complex Type workPrefixCT
Content
  • Base XSD Type: string
  • pattern = ((//((\p{L}|\p{N}|_|-|\.|:)+))(/(\p{L}|\p{N}|_|-|\.|:)+)?(/@(\p{L}|\p{N}|_|-|\.|:)+))
Diagram
Schema Component Representation
<xs:simpleType name="osisWorkPrefix">
<xs:restriction base=" xs:string ">
<xs:pattern value="((//((\p{L}|\p{N}|_|-|\.|:)+))(/(\p{L}|\p{N}|_|-|\.|:)+)?(/@(\p{L}|\p{N}|_|-|\.|:)+))"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: osisWorkType

Super-types: xs:string < osisWorkType (by restriction)
Sub-types: None
Name osisWorkType
Used by (from the same schema document) Complex Type osisTextCT , Complex Type osisTextCT , Complex Type workCT , Complex Type workPrefixCT
Content
  • Base XSD Type: string
  • pattern = ((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?
Diagram
Schema Component Representation
<xs:simpleType name="osisWorkType">
<xs:restriction base=" xs:string ">
<xs:pattern value="((\p{L}|\p{N}|_)+)((\.(\p{L}|\p{N}|_)+)*)?"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: quoteType

Super-types: None
Sub-types: None
Name quoteType
Used by (from the same schema document) Complex Type qCT
Content
Diagram
h-1832694966
Schema Component Representation
<xs:simpleType name="quoteType">
<xs:union memberTypes=" osisQuotes attributeExtension "/>
</xs:simpleType>
top

Simple Type: rdgType

Super-types: None
Sub-types: None
Name rdgType
Used by (from the same schema document) Complex Type rdgCT
Content
Diagram
h-2108258430
Schema Component Representation
<xs:simpleType name="rdgType">
<xs:union memberTypes=" osisRdg attributeExtension xs:string"/>
</xs:simpleType>
top

Simple Type: referenceType

Super-types: None
Sub-types: None
Name referenceType
Used by (from the same schema document) Complex Type referenceCT
Content
Diagram
h-1552923941
Schema Component Representation
<xs:simpleType name="referenceType">
<xs:union memberTypes=" osisReferences attributeExtension "/>
</xs:simpleType>
top

Simple Type: roleType

Super-types: None
Sub-types: None
Name roleType
Used by (from the same schema document) Complex Type contributorCT , Complex Type creatorCT
Content
Diagram
h1188548234
Schema Component Representation
<xs:simpleType name="roleType">
<xs:union memberTypes=" osisRoles attributeExtension "/>
</xs:simpleType>
top

Simple Type: segType

Super-types: None
Sub-types: None
Name segType
Used by (from the same schema document) Complex Type segCT
Content
Diagram
h-931471023
Schema Component Representation
<xs:simpleType name="segType">
<xs:union memberTypes=" osisSegs attributeExtension "/>
</xs:simpleType>
top

Simple Type: subjectType

Super-types: None
Sub-types: None
Name subjectType
Used by (from the same schema document) Complex Type subjectCT
Content
Diagram
h-1474043430
Schema Component Representation
<xs:simpleType name="subjectType">
<xs:union memberTypes=" osisSubjects attributeExtension "/>
</xs:simpleType>
top

Simple Type: tableRole

Super-types: xs:string < tableRole (by restriction)
Sub-types: None
Name tableRole
Used by (from the same schema document) Complex Type cellCT , Complex Type rowCT
Content
  • Base XSD Type: string
  • value comes from list: {'label'|'data'}
Diagram
Schema Component Representation
<xs:simpleType name="tableRole">
<xs:restriction base=" xs:string ">
<xs:enumeration value="label"/>
<xs:enumeration value="data"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: titlePlacement

Super-types: None
Sub-types: None
Name titlePlacement
Used by (from the same schema document) Complex Type titleCT
Content
Diagram
h2090687814
Schema Component Representation
<xs:simpleType name="titlePlacement">
<xs:union memberTypes=" osisPlacementTitle attributeExtension "/>
</xs:simpleType>
top

Simple Type: typeType

Super-types: None
Sub-types: None
Name typeType
Used by (from the same schema document) Complex Type typeCT
Content
Diagram
h-931421747
Schema Component Representation
<xs:simpleType name="typeType">
<xs:union memberTypes=" osisType attributeExtension "/>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top