<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Contributor</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
contrib-type | xsd:string | optional | |||||
corresp | restriction of xsd:NMTOKEN | optional | |||||
deceased | restriction of xsd:NMTOKEN | optional | |||||
equal-contrib | restriction of xsd:NMTOKEN | optional | |||||
id | xsd:ID | optional | |||||
rid | xsd:IDREFS | 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 |
|
Element Group | contrib.class |
<xsd:element name="contrib"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Contributor</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:group ref="contrib-model" minOccurs="0" maxOccurs="unbounded"/> <xsd:attribute name="contrib-type" use="optional" type="xsd:string"/> <xsd:attribute name="corresp" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="no"/> <xsd:enumeration value="yes"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="deceased" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="no"/> <xsd:enumeration value="yes"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="equal-contrib" use="optional"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="no"/> <xsd:enumeration value="yes"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="rid" use="optional" type="xsd:IDREFS"/> <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:complexType> </xsd:element> |