XML Schema Documentation

Complex Type: PerturbationType

[Table of contents]

Super-types: xsd:normalizedString < PerturbationType (by extension)
Sub-types: None
Name PerturbationType
Used by (from the same schema document) Model Group FiniteDifferenceDerivativeParameters.model
Abstract no
Documentation The type of perturbation applied to compute a derivative perturbatively.
XML Instance Representation
<...
perturbationTypeScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PerturbationType">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="perturbationTypeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/perturbation-type-1-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>