<xsd:complexType name="ActionType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The data type used for ESMA action type.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="actionTypeScheme" type="xsd:anyURI" default="http://www.fpml.org/coding-scheme/action-type">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifier scheme used with this actionType. A unique URI to determine the the type of action.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|