1244: FixedRateOptionBase.pikSpread in fpml-loan-5-9.xsd has no type

FixedRateOptionBase contains an element pikSpread which has no type defined. This seems like a typo error as xsd:decimal has been defined inside@default attribute instead of <xsd:element name=”pikSpread” default=”xsd:decimal” minOccurs=”0″/> We should have <xsd:element name=”pikSpread” type=”xsd:decimal” minOccurs=”0″/> The complex type is below. <xsd:complexType name=”FixedRateOptionBase” abstract=”true”> <xsd:annotation> <xsd:documentation xml:lang=”en”>Specifies the abstract type underlying a fixed rate cash accrual … Continued