authorType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional

Used By

Source

<xs:complexType name="authorType">
  <xs:choice>
    <xs:group ref="exch:nameGroup"/>
    <xs:element name="addressbook" type="exch:addressbookType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID"/>
</xs:complexType>