authType

Complex Type Information

Model

Children: abbr, emph, expan, lb

Attributes

QName Type Fixed Default Use Inheritable Annotation
countrycode xs:NMTOKEN optional
ea xs:NMTOKEN optional
id xs:NMTOKEN optional
ownercode xs:NMTOKEN optional
system xs:ENTITY optional
type restriction of xs:NMTOKEN optional

Used By

Source

<xs:complexType name="authType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="emph" type="emphType"/>
    <xs:element ref="lb"/>
    <xs:element name="abbr" type="abbrType"/>
    <xs:element name="expan" type="expanType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:NMTOKEN"/>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
  <xs:attribute name="type">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="type"/>
        <xs:enumeration value="value"/>
        <xs:enumeration value="both"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="system" type="xs:ENTITY"/>
  <xs:attribute name="countrycode" type="xs:NMTOKEN"/>
  <xs:attribute name="ownercode" type="xs:NMTOKEN"/>
</xs:complexType>