funactrelType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
countrycode xs:NMTOKEN optional
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
ownercode xs:NMTOKEN optional
reltype xs:string optional
rule xs:IDREF optional
syskey xs:string optional
system xs:ENTITY optional
type xs:string optional
typeauth xs:IDREF optional
typekey xs:string optional

Used By

Source

<xs:complexType name="funactrelType">
  <xs:sequence>
    <xs:choice>
      <xs:element name="funact" type="funactType"/>
    </xs:choice>
    <xs:sequence>
      <xs:element name="date" type="dateType" minOccurs="0" maxOccurs="0"/>
      <xs:element name="place" type="placeType" minOccurs="0" maxOccurs="0"/>
      <xs:choice minOccurs="0">
        <xs:element name="descnote" type="descnoteType"/>
        <xs:element name="descnotes" type="descnotesType" minOccurs="0" maxOccurs="0"/>
      </xs:choice>
      <xs:element name="source" type="sourceType" minOccurs="0" maxOccurs="0"/>
    </xs:sequence>
  </xs:sequence>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="reltype" type="xs:string"/>
  <xs:attribute name="syskey" type="xs:string"/>
  <xs:attribute name="system" type="xs:ENTITY"/>
  <xs:attribute name="countrycode" type="xs:NMTOKEN"/>
  <xs:attribute name="ownercode" type="xs:NMTOKEN"/>
  <xs:attribute name="type" type="xs:string"/>
  <xs:attribute name="typeauth" type="xs:IDREF"/>
  <xs:attribute name="typekey" type="xs:string"/>
  <xs:attribute name="rule" type="xs:IDREF"/>
</xs:complexType>