Definition Type: ComplexType
Name: ImplementationSpecification
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A version of a specification document used by the message generator to format the document.
Collapse XSD Schema Diagram:
Drilldown into date in schema fpml-msg-5-10_xsd Drilldown into version in schema fpml-msg-5-10_xsd Drilldown into name in schema fpml-msg-5-10_xsdXSD Diagram of ImplementationSpecification in schema fpml-msg-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ImplementationSpecification">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A version of a specification document used by the message generator to format the document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="NormalizedString" minOccurs="0" />
        <xsd:element name="version" type="ImplementationSpecificationVersion" minOccurs="0" />
        <xsd:element name="date" type="xsd:date" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 (1)
version nsA:version 0 (1)
date nsA:date 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:implementationSpecification