QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional |
Elements | articleType/author, author, bookType/author, onlineType/author |
<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> |