<xsd:complexType name="LegalDocumentId">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal document reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="NonEmptyScheme">
<xsd:attribute name="legalDocumentIdScheme" type="NonEmptyURI" use="required" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|