<xsd:complexType name="DeterminationMethod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Coding scheme that specifies the method according to which an amount or a date is determined.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="determinationMethodScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/determination-method" />
<xsd:attribute name="id" type="xsd:ID" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|