bioghistType

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="bioghistType">
  <xs:sequence>
    <xs:element name="head" type="headType" minOccurs="0" maxOccurs="0"/>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="address" type="addressType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="chronlist" type="chronlistType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="list" type="listType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="table" type="tableType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="blockquote" type="blockquoteType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="p" type="pType"/>
      <xs:element name="bioghist" type="bioghistType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="didentifier" type="didentifierType" minOccurs="0" maxOccurs="0"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>