subareaType

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="subareaType" 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="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:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>