<xsd:complexType name="ContractualDocument" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The base type for a legal document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="documentType" type="LegalDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of legal document, identified via a set of distinct attributes, e.g. ISDA 2013 Standard Credit Support Annex English Law.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|