<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Element Citation</h3> </div> |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| id | xsd:ID | optional | |||||
| publication-format | xsd:string | optional | |||||
| publication-type | xsd:string | optional | |||||
| publisher-type | xsd:string | optional | |||||
| specific-use | xsd:string | optional | |||||
| xlink:actuate | restriction of string | optional | |||||
| xlink:href | anyURI | optional | |||||
| xlink:role | string | optional | |||||
| xlink:show | restriction of string | optional | |||||
| xlink:title | string | optional | |||||
| xlink:type | restriction of string | simple | optional | ||||
| xml:base | xs:anyURI | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element Groups | attrib.class, citation-minus-alt.class, citation.class |
<xsd:element name="element-citation"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Element Citation</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:group ref="citation-elements"/> </xsd:choice> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="publication-format" use="optional" type="xsd:string"/> <xsd:attribute name="publication-type" use="optional" type="xsd:string"/> <xsd:attribute name="publisher-type" use="optional" type="xsd:string"/> <xsd:attribute name="specific-use" use="optional" type="xsd:string"/> <xsd:attribute ref="xlink:actuate" use="optional"/> <xsd:attribute ref="xlink:href" use="optional"/> <xsd:attribute ref="xlink:role" use="optional"/> <xsd:attribute ref="xlink:show" use="optional"/> <xsd:attribute ref="xlink:title" use="optional"/> <xsd:attribute ref="xlink:type" use="optional" fixed="simple"/> <xsd:attribute ref="xml:base" use="optional"/> <xsd:attribute ref="xml:lang" use="optional"/> </xsd:complexType> </xsd:element> |