Definition Type: Group
Name: VersionHistory.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into effectiveDate in schema fpml-shared-4-4_xsd Drilldown into version in schema fpml-shared-4-4_xsdXSD Diagram of VersionHistory.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="VersionHistory.model">
    <xsd:sequence>
        <xsd:element name="version" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The version number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="IdentifiedDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Optionally it is possible to specify a version effective date when a versionId is supplied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
version fpml:version (1) (1)
effectiveDate fpml:effectiveDate 0 (1)