entryType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:NMTOKEN optional
char xs:string optional
charoff xs:NMTOKEN optional
colname xs:NMTOKEN optional
colsep xs:NMTOKEN optional
id xs:NMTOKEN optional
morerows xs:NMTOKEN optional
nameend xs:NMTOKEN optional
namest xs:NMTOKEN optional
rowsep xs:NMTOKEN optional
valign restriction of xs:NMTOKEN optional

Used By

Element rowType/entry

Source

<xs:complexType name="entryType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="emph" type="emphType"/>
    <xs:element ref="lb"/>
    <xs:element name="abbr" type="abbrType"/>
    <xs:element name="expan" type="expanType"/>
    <xs:element name="ptr" type="ptrType"/>
    <xs:element name="extptr" type="extptrType"/>
    <xs:element name="corpname" type="corpnameType"/>
    <xs:element name="famname" type="famnameType"/>
    <xs:element name="persname" type="persnameType"/>
    <xs:element name="funact" type="funactType"/>
    <xs:element name="subject" type="subjectType"/>
    <xs:element name="genreform" type="genreformType"/>
    <xs:element name="date" type="dateType"/>
    <xs:element name="num" type="numType"/>
    <xs:element name="place" type="placeType"/>
    <xs:element name="ref" type="refType"/>
    <xs:element name="extref" type="extrefType"/>
    <xs:element name="bibref" type="bibrefType"/>
    <xs:element name="title" type="titleType"/>
    <xs:element name="archref" type="archrefType"/>
    <xs:element name="note" type="noteType"/>
    <xs:element name="address" type="addressType"/>
    <xs:element name="list" type="listType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="colname" type="xs:NMTOKEN"/>
  <xs:attribute name="namest" type="xs:NMTOKEN"/>
  <xs:attribute name="nameend" type="xs:NMTOKEN"/>
  <xs:attribute name="morerows" type="xs:NMTOKEN"/>
  <xs:attribute name="colsep" type="xs:NMTOKEN"/>
  <xs:attribute name="rowsep" type="xs:NMTOKEN"/>
  <xs:attribute name="align">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="left"/>
        <xs:enumeration value="right"/>
        <xs:enumeration value="center"/>
        <xs:enumeration value="justify"/>
        <xs:enumeration value="char"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="char" type="xs:string"/>
  <xs:attribute name="charoff" type="xs:NMTOKEN"/>
  <xs:attribute name="valign">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="top"/>
        <xs:enumeration value="middle"/>
        <xs:enumeration value="bottom"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>