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

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| content-type | xsd:string | optional | |||||
| id | xsd:ID | optional | |||||
| rid | xsd:IDREFS | optional | |||||
| specific-use | xsd:string | optional | |||||
| xml:base | xs:anyURI | optional |
|
| Element Groups | sec-back.class, sig-block.class |
<xsd:element name="sig-block"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Signature Block</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:group ref="sig-block-elements"/> </xsd:choice> <xsd:attribute name="content-type" use="optional" type="xsd:string"/> <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="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |