osisCT

Complex Type Information

Model

Children: osisCorpus, osisText

Attributes

QName Type Fixed Default Use Inheritable Annotation
TEIform TEI.2 optional

Used By

Element osis

Source

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