sourceType

2005-09-16 CJO (Added the attribute href)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
countrycode xs:NMTOKEN optional
ea xs:NMTOKEN optional
href xs:string optional
id xs:NMTOKEN optional
ownercode xs:NMTOKEN optional
syskey xs:string optional
system xs:ENTITY optional

Used By

Source

<xs:complexType name="sourceType" mixed="true">
  <xs:annotation>
    <xs:documentation xml:lang="en">2005-09-16 CJO (Added the attribute href)</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="name" type="nameType" minOccurs="0" maxOccurs="0"/>
    <xs:element name="title" type="titleType"/>
    <xs:element name="edition" type="editionType" minOccurs="0" maxOccurs="0"/>
    <xs:element name="imprint" type="imprintType" minOccurs="0" maxOccurs="0"/>
    <xs:element name="bibseries" type="bibseriesType" minOccurs="0" maxOccurs="0"/>
    <xs:element name="descnote" type="descnoteType"/>
    <xs:element name="sourceinfo" type="sourceinfoType" minOccurs="0" maxOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="syskey" type="xs:string"/>
  <xs:attribute name="system" type="xs:ENTITY"/>
  <xs:attribute name="href" type="xs:string"/>
  <xs:attribute name="countrycode" type="xs:NMTOKEN"/>
  <xs:attribute name="ownercode" type="xs:NMTOKEN"/>
</xs:complexType>