<xsd:complexType name="PositionUpdateReasonCode">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code that describes the reason that an update occurred. For example, New Trade, Amendment, Termination, Exercise, Cancellation.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="positionUpdateReasonCodeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/position-update-reason-code" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|