source

Complex Type Information

Model

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

Element sources/source

Source

<xs:complexType name="source">
  <xs:sequence>
    <xs:element name="sourceentry" type="sourceentry" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="objectxmlwrap" type="objectxmlwrap" minOccurs="0"/>
    <xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <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:attributeGroup ref="am.simplelink"/>
</xs:complexType>