citation

Complex Type Information

Model

Children: abbr, emph, expan, foreign, lb, ptr, ref

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token optional
altrender xs:token optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
encodinganalog xs:token optional
href xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
lastdatetimeverified union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth, restriction of xs:dateTime) optional
linkrole xs:anyURI optional
linktitle xs:token optional
script xs:NMTOKEN optional
show restriction of xs:token optional

Used By

Source

<xs:complexType name="citation">
  <xs:complexContent>
    <xs:extension base="m.mixed.basic">
      <xs:attributeGroup ref="am.common"/>
      <xs:attribute name="encodinganalog" type="xs:token"/>
      <xs:attributeGroup ref="am.simplelink"/>
      <xs:attribute name="lastdatetimeverified">
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="xs:date">
                <xs:maxInclusive value="2099-12-31"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:gYear">
                <xs:maxInclusive value="2099"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:gYearMonth">
                <xs:maxInclusive value="2099-12"/>
              </xs:restriction>
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:dateTime">
                <xs:maxInclusive value="2099-12-31T23:59:59"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>