attributeGroup "VersionAttributes.atts"
Namespace:
Content:
Defined:
globally in fpml-doc-5-13.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"2"
...>
Known Usage Locations
Annotation
Set of attributes that define versioning information.
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="VersionAttributes.atts">
<xsd:attribute name="fpmlVersion" type="FpMLVersion" use="required"/>
<xsd:attribute name="expectedBuild" type="xsd:positiveInteger"/>
<xsd:attribute fixed="2" name="actualBuild" type="xsd:positiveInteger"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
actualBuild
Type:
xsd:positiveInteger, predefined
Use:
optional
The specific build number of this schema version. This attribute is not included in an instance document. Instead, it is supplied by the XML parser when the document is validated against the FpML schema and indicates the build number of the schema file. Every time FpML publishes a change to the schema, validation rules, or examples within a version (e.g., version 4.2) 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.
Attribute Value
Fixed:
"2"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute fixed="2" name="actualBuild" type="xsd:positiveInteger"/>

expectedBuild
Type:
xsd:positiveInteger, predefined
Use:
optional
This optional attribute can be supplied by a message creator in an FpML instance to specify which build number of the schema was used to define the message when it was generated.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expectedBuild" type="xsd:positiveInteger"/>

fpmlVersion
Type:
Use:
required
Indicate which version of the FpML Schema an FpML message adheres to.
Attribute Value
xsd:token
MinLength:
0
Pattern:
5-(0|[1-9][0-9]{0,2})
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="fpmlVersion" type="FpMLVersion" use="required"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.