The element Author represents the name of an author of the classification. The contents of the element Author is limited to plain text. EXAMPLE<Authors> <Author name="who">World Health Organisation</Author> <Author name="fic_nl">Dutch WHO-FIC</Author> </Authors> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xs:ID | required |
|
Element | Authors |
<xs:element name="Author"> <xs:annotation> <xs:documentation xml:lang="en-US">The element Author represents the name of an author of the classification. The contents of the element Author is limited to plain text. EXAMPLE <Authors> <Author name="who">World Health Organisation</Author> <Author name="fic_nl">Dutch WHO-FIC</Author> </Authors> </xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:attributeGroup ref="attlist.Author"/> </xs:complexType> </xs:element> |