<xsd:element name="audit_link" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:attribute name="block_code" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute code in category audit_block associated with a data block in the current file related to the current data block. The special value '.' may be used to refer to the current data block for completeness.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="block_description" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A textual description of the relationship of the referenced data block to the current one.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element> |