XML Schema Documentation

Complex Type: InterpolationMethod

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < InterpolationMethod (by extension)
Sub-types: None
Name InterpolationMethod
Abstract no
Documentation The type of interpolation used.
XML Instance Representation
<...
interpolationMethodScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="InterpolationMethod">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="interpolationMethodScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/interpolation-method"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>