osisTextCT

Complex Type Information

Model

Children: div, header, titlePage

Attributes

QName Type Fixed Default Use Inheritable Annotation
ID xs:ID optional
TEIform text optional
annotateRef annotateRefType optional
canonical xs:boolean true optional
osisID osisIDType optional
osisIDWork osisWorkType required
osisRefWork osisWorkType Bible optional
subType attributeExtension optional
type attributeExtension optional
xml:lang union of(xs:language, restriction of xs:string) required
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xml:space restriction of xs:NCName default optional

Used By

Source

<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>