characterType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea xs:NMTOKEN optional
id xs:NMTOKEN optional

Used By

Source

<xs:complexType name="characterType">
  <xs:sequence>
    <xs:element name="head" type="headType" minOccurs="0"/>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="sex" type="sexType"/>
        <xs:element name="descentry" type="descentryType"/>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="address" type="addressType"/>
        <xs:element name="chronlist" type="chronlistType"/>
        <xs:element name="list" type="listType"/>
        <xs:element name="table" type="tableType"/>
        <xs:element name="blockquote" type="blockquoteType"/>
        <xs:element name="p" type="pType"/>
      </xs:choice>
    </xs:sequence>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>