<xsd:complexType name="OtherAgreementId">
<xsd:annotation>
<xsd:documentation xml:lang="en">A agreement 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="agreementIdScheme" type="NonEmptyURI" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|