title

Complex Type Information

Model

Children: part

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
identifier xs:token optional
lang xs:NMTOKEN optional
localtype xs:token optional
normal xs:token optional
relator xs:token optional
render restriction of xs:token optional
rules xs:NMTOKEN optional
script xs:NMTOKEN optional
source xs:token optional

Used By

Element m.access/title

Source

<xs:complexType name="title">
  <xs:sequence>
    <xs:element name="part" type="part" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
  <xs:attributeGroup ref="am.access"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="relator" type="xs:token"/>
  <xs:attribute name="render">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="altrender"/>
        <xs:enumeration value="bold"/>
        <xs:enumeration value="bolddoublequote"/>
        <xs:enumeration value="bolditalic"/>
        <xs:enumeration value="boldsinglequote"/>
        <xs:enumeration value="boldsmcaps"/>
        <xs:enumeration value="boldunderline"/>
        <xs:enumeration value="doublequote"/>
        <xs:enumeration value="italic"/>
        <xs:enumeration value="nonproport"/>
        <xs:enumeration value="singlequote"/>
        <xs:enumeration value="smcaps"/>
        <xs:enumeration value="sub"/>
        <xs:enumeration value="super"/>
        <xs:enumeration value="underline"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>