bibseriesType

Complex Type Information

Model

Children: abbr, emph, expan, lb, num, title

Attributes

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

Used By

Source

<xs:complexType name="bibseriesType" 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="title" type="titleType"/>
    <xs:element name="num" type="numType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>