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 |
|
||||
xml:space | restriction of xs:NCName | default | optional |
Elements | osisCT/osisText, osisCorpusCT/osisText |
<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> |