<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Related Object Information</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
content-type | xsd:string | optional | |||||
document-id | xsd:string | optional | |||||
document-id-type | xsd:string | optional | |||||
document-type | xsd:string | optional | |||||
ext-link-type | xsd:string | optional | |||||
id | xsd:ID | optional | |||||
link-type | xsd:string | optional | |||||
object-id | xsd:string | optional | |||||
object-id-type | xsd:string | optional | |||||
object-type | xsd:string | optional | |||||
source-id | xsd:string | optional | |||||
source-id-type | xsd:string | optional | |||||
source-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 | article-link.class, related-article.class |
<xsd:element name="related-object"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Related Object Information</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="related-object-elements"/> </xsd:choice> <xsd:attribute name="content-type" use="optional" type="xsd:string"/> <xsd:attribute name="document-id" use="optional" type="xsd:string"/> <xsd:attribute name="document-id-type" use="optional" type="xsd:string"/> <xsd:attribute name="document-type" use="optional" type="xsd:string"/> <xsd:attribute name="ext-link-type" use="optional" type="xsd:string"/> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="link-type" use="optional" type="xsd:string"/> <xsd:attribute name="object-id" use="optional" type="xsd:string"/> <xsd:attribute name="object-id-type" use="optional" type="xsd:string"/> <xsd:attribute name="object-type" use="optional" type="xsd:string"/> <xsd:attribute name="source-id" use="optional" type="xsd:string"/> <xsd:attribute name="source-id-type" use="optional" type="xsd:string"/> <xsd:attribute name="source-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> |