Definition Type: AttributeGroup
Name: StandardAttributes.atts
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-doc-4-2.xsd
Collapse XSD Schema Diagram:
Drilldown into actualBuild in schema fpml-doc-4-2_xsd Drilldown into expectedBuild in schema fpml-doc-4-2_xsd Drilldown into version in schema fpml-doc-4-2_xsdXSD Diagram of StandardAttributes.atts in schema fpml-doc-4-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:attributeGroup name="StandardAttributes.atts">
    <xsd:attribute name="version" use="required">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Indicate which version of the FpML Schema an FpML message adheres to.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:token">
                <xsd:enumeration value="4-0" />
                <xsd:enumeration value="4-1" />
                <xsd:enumeration value="4-2" />
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="expectedBuild" type="xsd:positiveInteger">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">The message creator can send the build number of the schema on which they built the messages against. </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="actualBuild" fixed="3" type="xsd:positiveInteger">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Taken from the schemas that the recipient validated against. Every time there is a change on the schema, validation rules, or examples within a version the actual build number is incremented. If no changes have been made between releases within a version (i.e. from Trial Recommendation to Recommendation) the actual build number stays the same.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
version fpml:version Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)