XML Schema Documentation

Complex Type: InterpolationMethod

[Table of contents]

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