<xsd:complexType name="LegalDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of legal document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="LegalDocumentName">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="publisher" type="LegalDocumentPublisher">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document publisher.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="style" type="LegalDocumentStyle" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document reference style, e.g. English Law, New York Law or Japanese Law.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="version" type="Token" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">In the case where successive definitions of the legal document have been developed, the identification of the specific definition. This is typically (but not necessarily) done by referencing the year, e.g. 2013 in the case of the ISDA 2013 Standard Credit Support Annex.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|